Code Style Checker: fixed an issue in the translations file.

Mon, 12 Apr 2021 17:27:45 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 12 Apr 2021 17:27:45 +0200
changeset 8223
73ab31b11a81
parent 8222
5994b80b8760
child 8224
e0ecde23e7b2

Code Style Checker: fixed an issue in the translations file.

eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py file | annotate | diff | comparison | revisions
--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Sun Apr 11 18:45:10 2021 +0200
+++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Mon Apr 12 17:27:45 2021 +0200
@@ -479,7 +479,6 @@
     "E307": [3, 1],
     "E308": [3],
     "E501": [85, 79],
-    "E605": ["A"],
     "E711": ["None", "'if cond is None:'"],
     "E712": ["True", "'if cond is True:' or 'if cond:'"],
     "E741": ["l"],
@@ -491,6 +490,7 @@
 
 _pycodestyleWarningMessagesSampleArgs = {
     "W505": [80, 72],
+    "W605": ["A"],
 }
 
 _fixMessagesSampleArgs = {

eric ide

mercurial