Releases: flashcode/msgcheck
Releases · flashcode/msgcheck
v4.2.0
09 Feb 19:44
Compare
Sorry, something went wrong.
No results found
Changed
Breaking : improve typing annotations, Python 3.10 is now required
Scan entire directories with path given on command line
Display default values in help text
Use uv for packaging
Use ruff and ty linters
Added
Add option -F (or --error-on-fuzzy) to report fuzzy strings (#16 , #17 )
Add option -o (or --output-format) to customize output format, options -e and -m are now aliases on this option
Add official pre-commit hook
Fixed
Do not display empty line when no misspelled word is found with option -m / --only-misspelled / --output-format misspelled
v4.1.0
23 Oct 19:02
Compare
Sorry, something went wrong.
No results found
Changed
Use file README.md as package long description
Fixed
Fix UnicodeDecodeError in case of invalid UTF-8 in input file
v4.0.0
23 Jan 09:59
Compare
Sorry, something went wrong.
No results found
Drop Python 2 support, Python 3.6 is now required.
Rename option --skip-noqa to --check-noqa and reverse behavior: without option, strings with noqa are now skipped by default.
Add support for Chinese full-stop.
Add lint with bandit in CI.
v3.1
07 Mar 14:46
Compare
Sorry, something went wrong.
No results found
Add option -i (or --ignore-errors): always return 0 even if errors are found.
Fix parsing of noqa tag in comments (issue #11 ).
Use pytest for unit tests.
Replace Travis CI by GitHub Actions.
v3.0
07 Mar 14:46
Compare
Sorry, something went wrong.
No results found
Add support of multiple personal word list files (multiple options -P/--pwl) (issue #5 ).
v2.9
07 Mar 14:47
Compare
Sorry, something went wrong.
No results found
Add option -n (or --skip-noqa) to not check noqa-commented lines (issue #2 , issue #7 ).
Remove C and Python string formatters for spell checking (issue #3 ).
v2.8
07 Mar 14:47
Compare
Sorry, something went wrong.
No results found
Fix read of fuzzy flag.
Display multiple misspelled words on same error line.
Sort and keep unique misspelled words with option -m / --only-misspelled.
v2.7
07 Mar 14:47
Compare
Sorry, something went wrong.
No results found
Add argument id/str for -s / --spelling to check messages or translations.
Ensure pwl is not None before checking if file exists.
Exit immediately if pwl file does not exist.
Add pylint checks for Travis CI.
v2.6
07 Mar 14:48
Compare
Sorry, something went wrong.
No results found
Add tests with Travis CI.
Code refactoring, add setup.py and tests.
Fix return code when there are more than 255 files with errors.
v2.5
07 Mar 14:48
Compare
Sorry, something went wrong.
No results found