diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2019-04-16 13:28:14 -0700 |
---|---|---|
committer | Alec Theriault <alec.theriault@gmail.com> | 2019-05-13 16:10:07 -0700 |
commit | a8e08eaa66cf2695b0331fbe8bcb2621b9bdd4d2 (patch) | |
tree | 7444799433f8ec7eee4a37ab7f54a60fcee945b1 /.arclint | |
parent | 7068bb1054cd52604da4d3c9b02f20662a8344d2 (diff) |
Remove obsolete arcanist files + STYLE
Now that GHC is hosted on Gitlab, the arcanist files don't make sense
anymore. The STYLE file contains nothing more than a dead link too.
Diffstat (limited to '.arclint')
-rw-r--r-- | .arclint | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.arclint b/.arclint deleted file mode 100644 index 01f217d7..00000000 --- a/.arclint +++ /dev/null @@ -1,24 +0,0 @@ -{ - "linters": { - "filename": { - "type": "filename" - }, - "generated": { - "type": "generated" - }, - "merge-conflict": { - "type": "merge-conflict" - }, - "nolint": { - "type": "nolint" - }, - "haskell": { - "type": "text", - "include": ["(\\.(l?hs(-boot)?|x|y\\.pp)(\\.in)?$)"], - "severity": { - "5": "disabled", - "2": "warning" - } - } - } -} |