Skip to content

Add sanitize-string to test linting utilities#31

Open
assisted-by-ai wants to merge 1 commit intoKicksecure:masterfrom
assisted-by-ai:claude/debug-run-tests-B1PMr
Open

Add sanitize-string to test linting utilities#31
assisted-by-ai wants to merge 1 commit intoKicksecure:masterfrom
assisted-by-ai:claude/debug-run-tests-B1PMr

Conversation

@assisted-by-ai
Copy link
Copy Markdown

This change adds the sanitize-string utility to the list of Python utilities that are checked by the black formatter and pylint linter in the test suite.

Key changes:

  • Added sanitize-string to the utils array in the run-tests script, positioning it between stecho and the stdin utilities

Details:
The sanitize-string utility is now included in the automated code quality checks (black formatting and pylint linting) that are run against all utilities in the usr/bin directory. This ensures the utility maintains consistent code style and quality standards alongside the other utilities in the project.

https://claude.ai/code/session_01MiP7srAcMmdrTjM53kwr3j

sanitize-string was tested for stdin handling (line 46) but was not
included in the utils array, so it was never checked by black, pylint,
or mypy.

https://claude.ai/code/session_01MiP7srAcMmdrTjM53kwr3j
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants