src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/sshNoHostKeyVerification.py

branch
server
changeset 10704
27d21e5163b8
parent 10683
779cda568acb
child 11090
f5f5f5803935
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/sshNoHostKeyVerification.py	Wed Apr 10 17:03:56 2024 +0200
+++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/sshNoHostKeyVerification.py	Wed May 15 10:45:50 2024 +0200
@@ -33,7 +33,7 @@
     }
 
 
-def checkSshNoHostKeyVerification(reportError, context, config):  # noqa: U100
+def checkSshNoHostKeyVerification(reportError, context, _config):
     """
     Function to check for use of mako templates.
 
@@ -41,7 +41,7 @@
     @type func
     @param context security context object
     @type SecurityContext
-    @param config dictionary with configuration data
+    @param _config dictionary with configuration data (unused)
     @type dict
     """
     if (

eric ide

mercurial