diff options
Diffstat (limited to '.arclint')
-rw-r--r-- | .arclint | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -56,6 +56,11 @@ "check-binaries": { "type": "external-json", "external-json.script": "python .arc-linters/check-binaries.py" + }, + "bad-assert-clang-cpp": { + "type": "external-json", + "include": ["(\\.(l?hs|x|y\\.pp)(\\.in)?$)"], + "external-json.script": "python .arc-linters/check-cpp.py" } }, |