diff options
author | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2019-02-17 08:04:17 +0300 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-02-19 06:26:17 -0500 |
commit | 9f5b11fa6a0bc32888fa88b6c3d57baa2e734c64 (patch) | |
tree | d2887df38e92287fea3dc714879ccafe26d6a374 /.arclint | |
parent | 76ac103f5021cba5cd000293c7cb8c2bd3148e7a (diff) | |
download | haskell-9f5b11fa6a0bc32888fa88b6c3d57baa2e734c64.tar.gz |
Remove arc scripts
Diffstat (limited to '.arclint')
-rw-r--r-- | .arclint | 125 |
1 files changed, 0 insertions, 125 deletions
diff --git a/.arclint b/.arclint deleted file mode 100644 index 95355e2898..0000000000 --- a/.arclint +++ /dev/null @@ -1,125 +0,0 @@ -{ - "linters": { - "filename": { - "type": "filename" - }, - "generated": { - "type": "generated" - }, - "merge-conflict": { - "type": "merge-conflict", - "exclude": "(\\.rst$)" - }, - "nolint": { - "type": "nolint" - }, - "haskell": { - "type": "text", - "include": ["(\\.(l?hs(-boot)?|x|y\\.pp)(\\.in)?$)"], - "severity": { - "5": "disabled", - "2": "warning" - } - }, - "c": { - "type": "text", - "include": ["(\\.(c|h)(\\.in)?$)"], - "severity": { - "2": "warning" - } - }, - "text-xml": { - "type": "text", - "include": "(\\.xml$)", - "severity": { - "5": "disabled", - "3": "disabled", - "2": "warning" - } - }, - "shell": { - "type": "text", - "include": [ "(\\.sh$)" ], - "text.max-line-length": 200, - "severity": { - "2": "warning" - } - }, - "makefiles": { - "type": "text", - "include": [ "(Makefile$)", "(\\.mk$)" ], - "text.max-line-length": 400, - "severity": { - "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": "python3 .arc-linters/check-binaries.py" - }, - "check-makefiles": { - "type": "external-json", - "include": ["(Makefile$)"], - "external-json.script": "python3 .arc-linters/check-makefiles.py" - }, - "bad-assert-clang-cpp": { - "type": "external-json", - "include": ["(\\.(l?hs|x|y\\.pp)(\\.in)?$)", "(\\.(c|h)$)"], - "external-json.script": "python3 .arc-linters/check-cpp.py" - } - }, - - "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)" - ] -} |