--- 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