diff --git a/.arclint b/.arclint index 07a575c..2bf0172 100644 --- a/.arclint +++ b/.arclint @@ -1,20 +1,15 @@ { "exclude": "(^test/)", "linters": { "spelling": { "type": "spelling" }, "merge-conflict": { "type": "merge-conflict" }, "xml": { "type": "xml", "include": "(\\.xml$)" - }, - "cppcheck": { - "type": "cppcheck", - "include": "(\\.(cpp|h|cxx|hpp)$)", - "flags": ["--language=c++", "--std=c++11"] } } }