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

branch
server
changeset 10704
27d21e5163b8
parent 10594
6156d9675f62
parent 10683
779cda568acb
child 11090
f5f5f5803935
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py	Wed Apr 10 17:03:56 2024 +0200
+++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py	Wed May 15 10:45:50 2024 +0200
@@ -181,11 +181,11 @@
     return False
 
 
-def securityOk(errorCode, lineFlags):  # noqa: U100
+def securityOk(_errorCode, lineFlags):
     """
     Function to check, if the given error code is an acknowledged security report.
 
-    @param errorCode error code to be checked
+    @param _errorCode error code to be checked (unused)
     @type str
     @param lineFlags list of line flags to check against
     @type list of str

eric ide

mercurial