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 /.arclint | |
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 '.arclint')
-rw-r--r-- | .arclint | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -52,6 +52,10 @@ "severity": { "2": "disabled" } + }, + "check-binaries": { + "type": "external-json", + "external-json.script": "python .arc-linters/check-binaries.py" } }, |