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

branch
eric7
changeset 10683
779cda568acb
parent 10579
be997a4bd670
child 10704
27d21e5163b8
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py	Tue Apr 16 15:47:11 2024 +0200
+++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py	Sat Apr 20 18:01:36 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