summaryrefslogtreecommitdiff
path: root/.arclint
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2016-12-08 16:31:49 -0500
committerBen Gamari <ben@smart-cactus.org>2016-12-08 18:44:55 -0500
commit5063edbc342467d451519c7cee38d0a2cc8b3f4d (patch)
tree35eb7ab613ba493ecab205fa943e9e3b0c24632a /.arclint
parent58c290a6523c68a42460964325a0fcd277d2a673 (diff)
downloadhaskell-5063edbc342467d451519c7cee38d0a2cc8b3f4d.tar.gz
arclint: Lint cabal files
Test Plan: Try linting a cabal file with trailing whitespace Reviewers: austin Subscribers: thomie, alanz Differential Revision: https://phabricator.haskell.org/D2799
Diffstat (limited to '.arclint')
-rw-r--r--.arclint16
1 files changed, 16 insertions, 0 deletions
diff --git a/.arclint b/.arclint
index 70767e9fb4..7eaced6b35 100644
--- a/.arclint
+++ b/.arclint
@@ -53,6 +53,22 @@
"2": "disabled"
}
},
+ "cabal": {
+ "type": "text",
+ "include": ["(\\.cabal(\\.in)?$)"],
+ "severity": {
+ "5": "disabled",
+ "2": "warning"
+ }
+ },
+ "other-text": {
+ "type": "text",
+ "include": ["(.travis.yml?)", "(.md$)", "(.txt$)"],
+ "severity": {
+ "5": "disabled",
+ "2": "warning"
+ }
+ },
"check-binaries": {
"type": "external-json",
"external-json.script": "python .arc-linters/check-binaries.py"