--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py Fri Apr 02 11:59:41 2021 +0200 +++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py Sat May 01 14:27:20 2021 +0200 @@ -368,11 +368,6 @@ "S802": QCoreApplication.translate( "Security", "Possible hardcoded AWS secret access key: {0}"), - - # Syntax error - "S999": QCoreApplication.translate( - "Security", - "{0}: {1}"), } _securityMessagesSampleArgs = { @@ -412,6 +407,4 @@ "S801": ["A1B2C3D4E5F6G7H8I9J0"], # secok "S802": ["aA1bB2cC3dD4/eE5fF6gG7+hH8iI9jJ0=kKlLM+="], # secok - - "S999": ["SyntaxError", "Invalid Syntax"], }