summaryrefslogtreecommitdiff
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
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).
-rw-r--r--.arcconfig6
-rw-r--r--.arclint9
2 files changed, 1 insertions, 14 deletions
diff --git a/.arcconfig b/.arcconfig
index c886789d35..b9c39321ed 100644
--- a/.arcconfig
+++ b/.arcconfig
@@ -1,9 +1,5 @@
{
"project.name" : "ghc",
"repository.callsign" : "GHC",
- "phabricator.uri" : "https://phabricator.haskell.org",
-
- "load": [
- ".arc-linters/arcanist-external-json-linter"
- ]
+ "phabricator.uri" : "https://phabricator.haskell.org"
}
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"
}
},