diff --git a/tests/c_cpp/reference-cppcheck-results.xml b/tests/c_cpp/reference-cppcheck-results.xml index f071e3b..22c11fd 100644 --- a/tests/c_cpp/reference-cppcheck-results.xml +++ b/tests/c_cpp/reference-cppcheck-results.xml @@ -1,6 +1,6 @@ - + diff --git a/tests/python/reference-pylint-results.json b/tests/python/reference-pylint-results.json index 0fb4c01..bcbb093 100644 --- a/tests/python/reference-pylint-results.json +++ b/tests/python/reference-pylint-results.json @@ -21,8 +21,8 @@ "endLine": 13, "endColumn": 29, "path": "tests/python/src/simplecaesar.py", - "symbol": "unneeded-not", + "symbol": "unnecessary-negation", "message": "Consider changing \"not not choice == 'encode'\" to \"choice == 'encode'\"", - "message-id": "C0113" + "message-id": "C0117" } ]