summaryrefslogtreecommitdiff
path: root/.arclint
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2015-12-04 13:14:27 +0100
committerBen Gamari <ben@smart-cactus.org>2015-12-04 17:31:14 +0100
commit020375d1e723339a95b86d0d3b8a8214b1cc144a (patch)
tree6f486d7b056f78c039e3ee4d9e14bf7d5460e67c /.arclint
parentd4bf86322a50d5fee550040d15e376fe53ff629b (diff)
downloadhaskell-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--.arclint4
1 files changed, 4 insertions, 0 deletions
diff --git a/.arclint b/.arclint
index 8f83776f80..1b135075d0 100644
--- a/.arclint
+++ b/.arclint
@@ -52,6 +52,10 @@
"severity": {
"2": "disabled"
}
+ },
+ "check-binaries": {
+ "type": "external-json",
+ "external-json.script": "python .arc-linters/check-binaries.py"
}
},