diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2015-12-05 09:55:50 +0100 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2015-12-05 09:55:50 +0100 |
commit | a14296c2660521db8ba965065687e45cee4e3401 (patch) | |
tree | 00f232660694a610e6a22a7fdc9ec2bc2904a238 /.arcconfig | |
parent | c714f8fd4288e86f2e0541512afef7e216c98699 (diff) | |
download | haskell-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 '.arcconfig')
-rw-r--r-- | .arcconfig | 6 |
1 files changed, 1 insertions, 5 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" } |