diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2015-12-04 13:14:27 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-12-04 17:31:14 +0100 |
commit | 020375d1e723339a95b86d0d3b8a8214b1cc144a (patch) | |
tree | 6f486d7b056f78c039e3ee4d9e14bf7d5460e67c /.arcconfig | |
parent | d4bf86322a50d5fee550040d15e376fe53ff629b (diff) | |
download | haskell-020375d1e723339a95b86d0d3b8a8214b1cc144a.tar.gz |
Add linter to check for binaries accidentally added to repository
This should catch mistakes like
a703fbce20969e6f02e74fee76c0a9e22b513426.
Adds an arcanist-external-json-linter submodule, which should eventually
be mirrored on haskell.org resources.
Test Plan: Validate
Reviewers: thomie, hvr, austin
Reviewed By: austin
Differential Revision: https://phabricator.haskell.org/D1515
Diffstat (limited to '.arcconfig')
-rw-r--r-- | .arcconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.arcconfig b/.arcconfig index b9c39321ed..c886789d35 100644 --- a/.arcconfig +++ b/.arcconfig @@ -1,5 +1,9 @@ { "project.name" : "ghc", "repository.callsign" : "GHC", - "phabricator.uri" : "https://phabricator.haskell.org" + "phabricator.uri" : "https://phabricator.haskell.org", + + "load": [ + ".arc-linters/arcanist-external-json-linter" + ] } |