diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2016-12-08 16:31:49 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-12-08 18:44:55 -0500 |
commit | 5063edbc342467d451519c7cee38d0a2cc8b3f4d (patch) | |
tree | 35eb7ab613ba493ecab205fa943e9e3b0c24632a /.arclint | |
parent | 58c290a6523c68a42460964325a0fcd277d2a673 (diff) | |
download | haskell-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-- | .arclint | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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" |