src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Logging/translations.py

branch
eric7
changeset 10754
6faecb62f3a4
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Logging/translations.py	Sat Jun 08 15:01:47 2024 +0200
+++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Logging/translations.py	Sat Jun 08 15:25:29 2024 +0200
@@ -85,6 +85,10 @@
         "LoggingChecker",
         "avoid exc_info=True outside of exception handlers",
     ),
+    "L115": QCoreApplication.translate(
+        "LoggingChecker",
+        "avoid logging calls on the root logger",
+    ),
 }
 
 _loggingMessagesSampleArgs = {

eric ide

mercurial