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

branch
eric7
changeset 10683
779cda568acb
parent 10638
12558008c269
child 11090
f5f5f5803935
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/sshNoHostKeyVerification.py	Tue Apr 16 15:47:11 2024 +0200
+++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/sshNoHostKeyVerification.py	Sat Apr 20 18:01:36 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