diff options
author | Austin Seipp <austin@well-typed.com> | 2014-07-21 04:33:27 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-07-21 10:21:36 -0500 |
commit | a9445f8facbfd579e542fa7d86f21cdf1a6e1c33 (patch) | |
tree | 379867150d9b0c814c28d175f2fbbbbeab585d35 /.arclint | |
parent | 2ad04d003662c048ff3a2e1d0d5cd0fa338c0242 (diff) | |
download | haskell-a9445f8facbfd579e542fa7d86f21cdf1a6e1c33.tar.gz |
arclint: update linting configuration
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to '.arclint')
-rw-r--r-- | .arclint | 51 |
1 files changed, 48 insertions, 3 deletions
@@ -14,18 +14,63 @@ }, "text": { "type": "text", - "exclude": [ "(\\.xml$)" ], + "exclude": [ "(\\.xml)", "(Makefile)", "(\\.mk)" ], "severity": { "5": "disabled" } }, "text-xml": { "type": "text", - "include": "(\\.xml$)", + "include": "(\\.xml)", "severity": { "5": "disabled", "3": "disabled" } + }, + "makefiles": { + "type": "text", + "include": [ "(Makefile)", "(\\.mk)" ], + "severity": { + "2": "disabled" + } } - } + }, + + "exclude": + [ "(^libffi-tarballs)", + "(^libraries/binary)", + "(^libraries/bytestring)", + "(^libraries/Cabal)", + "(^libraries/containers)", + "(^libraries/haskeline)", + "(^libraries/pretty)", + "(^libraries/terminfo)", + "(^libraries/transformers)", + "(^libraries/xhtml)", + "(^libraries/Win32)", + "(^libraries/primitive)", + "(^libraries/vector)", + "(^libraries/time)", + "(^libraries/random)", + "(^libraries/array)", + "(^libraries/deepseq)", + "(^libraries/directory)", + "(^libraries/filepath)", + "(^libraries/haskell98)", + "(^libraries/haskell2010)", + "(^libraries/hoopl)", + "(^libraries/hpc)", + "(^libraries/old-locale)", + "(^libraries/old-time)", + "(^libraries/process)", + "(^libraries/unix)", + "(^libraries/parallel)", + "(^libraries/stm)", + "(^libraries/dph)", + "(^utils/haddock)", + "(^nofib)", + "(^utils/hsc2hs)", + "(^libffi-tarballs)", + "(^ghc-tarballs)" + ] } |