Skip to content

Releases: flashcode/msgcheck

v4.0.0

23 Jan 09:59
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Add support of multiple personal word list files (multiple options -P/--pwl) (issue #5).

v2.9

07 Mar 14:47
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Code cleanup.