diff --git a/.arclint b/.arclint new file mode 100644 index 000000000..3f62d628a --- /dev/null +++ b/.arclint @@ -0,0 +1,20 @@ +{ + "exclude": "(^test/)", + "linters": { + "spelling": { + "type": "spelling" + }, + "merge-conflict": { + "type": "merge-conflict" + }, + "json": { + "type": "json", + "include": "(\\.json$)" + }, + "cppcheck": { + "type": "cppcheck", + "include": "(\\.(cpp|h|cxx|hpp)$)", + "flags": ["--language=c++", "--std=c++11"] + } + } +}