diff -r 9037d09ed87c -r 1c765dc90c21 eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py --- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py Sat Apr 03 15:09:56 2021 +0200 +++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py Sat Apr 03 16:02:33 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"], }