зеркало из https://github.com/mozilla/gecko-dev.git
4dd650366c
We have a check in the 'CodespellProcess' class to ignore errors that are fixing single letter camelCase errors (since these tend to be used frequently. Unfortunately, when using '--fix', these errors are fixed regardless as the fixing happens with the codespell process. Since we increment the 'fix' variable after the check happens, we don't even report that anything was 'fixed'. Ideally we would find a way to prevent these types of errors from being fixed, but for now this at will at least ensure that the user is notified that something was modified. Differential Revision: https://phabricator.services.mozilla.com/D128885 |
||
---|---|---|
.. | ||
__init__.py | ||
codespell_requirements.in | ||
codespell_requirements.txt | ||
exclude-list.txt |