summaryrefslogtreecommitdiff
path: root/.arclint
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2015-12-05 09:55:50 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2015-12-05 09:55:50 +0100
commita14296c2660521db8ba965065687e45cee4e3401 (patch)
tree00f232660694a610e6a22a7fdc9ec2bc2904a238 /.arclint
parentc714f8fd4288e86f2e0541512afef7e216c98699 (diff)
downloadhaskell-a14296c2660521db8ba965065687e45cee4e3401.tar.gz
Temporarily disable external-json linters
This temporarily disables the external json linters introduced via 020375d1e723339a95b86d0d3b8a8214b1cc144a and 901cab10609dc9795e57163834512373530fc4a5. The new linters break the differential validation in Harbormaster because the submodules are not cloned early enough (i.e. before `arc` is called by the script).
Diffstat (limited to '.arclint')
-rw-r--r--.arclint9
1 files changed, 0 insertions, 9 deletions
diff --git a/.arclint b/.arclint
index ef43856bda..8f83776f80 100644
--- a/.arclint
+++ b/.arclint
@@ -52,15 +52,6 @@
"severity": {
"2": "disabled"
}
- },
- "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"
}
},