diff options
author | Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> | 2021-11-14 17:09:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-14 16:09:35 +0100 |
commit | 48d584babd0df99bd469aba0e4aeed3d8f97fff9 (patch) | |
tree | ba5e117a0e8551f3bcda8e3043963e75da043b6f /pylintrc | |
parent | e5082d3f9401dbcf65b40ce6a819d2a09beccb5c (diff) | |
download | pylint-git-48d584babd0df99bd469aba0e4aeed3d8f97fff9.tar.gz |
Move ``misplaced-comparison-constant`` to optional extension (#5298)
* Move ``misplaced-comparison-constant`` to optional extension
* Update functional tests to increase coverage
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'pylintrc')
-rw-r--r-- | pylintrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ load-plugins= pylint.extensions.overlapping_exceptions, pylint.extensions.typing, pylint.extensions.redefined_variable_type, + pylint.extensions.comparison_placement, # Use multiple processes to speed up Pylint. jobs=1 |