Remove cppcheck from arc linters

Summary: Unfortunately, `cppcheck` fails to detect various macros as valid syntax.

Reviewers: teon.banek

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D2674
This commit is contained in:
Matej Ferencevic 2020-02-17 14:47:25 +01:00
parent c50b518fad
commit d1be5ea136

View File

@ -6,11 +6,6 @@
"script-and-regex.script": "./tools/arc-clang-tidy",
"script-and-regex.regex": "/^(?P<file>.*):(?P<line>\\d+):(?P<char>\\d+): (?P<severity>warning|error): (?P<message>.*)$/m"
},
"cppcheck": {
"type": "cppcheck",
"include": "(\\.(cpp|cc|cxx)$)",
"flags": ["--suppress=useStlAlgorithm"]
},
"clang-format": {
"type": "script-and-regex",
"include": "(\\.(cpp|cc|cxx|c|h|hpp)$)",