summaryrefslogtreecommitdiff
path: root/pylint/checkers/modified_iterating_checker.py
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-04-01 20:19:36 +0200
committerGitHub <noreply@github.com>2022-04-01 20:19:36 +0200
commite01fa86c00b2cd879c44570b383115a9407547f1 (patch)
treeb2e94f071ec0e50c7066cbbe8e20b9ceed0f2631 /pylint/checkers/modified_iterating_checker.py
parentf46904ab9b058d8506b87cedd1f0c710d5c19360 (diff)
downloadpylint-git-e01fa86c00b2cd879c44570b383115a9407547f1.tar.gz
Remove the concept of checker priority (#6034)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'pylint/checkers/modified_iterating_checker.py')
-rw-r--r--pylint/checkers/modified_iterating_checker.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pylint/checkers/modified_iterating_checker.py b/pylint/checkers/modified_iterating_checker.py
index ca2a0c900..ce401493e 100644
--- a/pylint/checkers/modified_iterating_checker.py
+++ b/pylint/checkers/modified_iterating_checker.py
@@ -50,7 +50,6 @@ class ModifiedIterationChecker(checkers.BaseChecker):
}
options = ()
- priority = -2
@utils.check_messages(
"modified-iterating-list", "modified-iterating-dict", "modified-iterating-set"