Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 6180
8d72871c16ba
parent 6177
af76e795c4ce
child 6182
f293e95b914d
--- a/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Sat Mar 10 14:57:23 2018 +0100
+++ b/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Sun Mar 11 15:27:23 2018 +0100
@@ -535,6 +535,21 @@
     "M632": QCoreApplication.translate(
         "MiscellaneousChecker",
         "format call provides unused keyword ({0})"),
+    "M651": QCoreApplication.translate(
+        "MiscellaneousChecker",
+        "logging statement uses string.format()"),
+    "M652": QCoreApplication.translate(
+        "MiscellaneousChecker",
+        "logging statement uses '%'"),          # __IGNORE_WARNING_M601__
+    "M653": QCoreApplication.translate(
+        "MiscellaneousChecker",
+        "logging statement uses '+'"),
+    "M654": QCoreApplication.translate(
+        "MiscellaneousChecker",
+        "logging statement uses f-string"),
+    "M655": QCoreApplication.translate(
+        "MiscellaneousChecker",
+        "logging statement uses 'warn' instead of 'warning'"),
     "M701": QCoreApplication.translate(
         "MiscellaneousChecker",
         "expected these __future__ imports: {0}; but only got: {1}"),

eric ide

mercurial