aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Theriault <alec.theriault@gmail.com>2019-04-16 13:28:14 -0700
committerAlec Theriault <alec.theriault@gmail.com>2019-05-13 16:10:07 -0700
commita8e08eaa66cf2695b0331fbe8bcb2621b9bdd4d2 (patch)
tree7444799433f8ec7eee4a37ab7f54a60fcee945b1
parent7068bb1054cd52604da4d3c9b02f20662a8344d2 (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.
-rw-r--r--.arcconfig5
-rw-r--r--.arclint24
-rw-r--r--STYLE3
3 files changed, 0 insertions, 32 deletions
diff --git a/.arcconfig b/.arcconfig
deleted file mode 100644
index 0693c58f..00000000
--- a/.arcconfig
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "project.name" : "haddock",
- "repository.callsign" : "HADDOCK",
- "phabricator.uri" : "https://phabricator.haskell.org"
-}
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"
- }
- }
- }
-}
diff --git a/STYLE b/STYLE
deleted file mode 100644
index ce7ddfdb..00000000
--- a/STYLE
+++ /dev/null
@@ -1,3 +0,0 @@
-
-See http://github.com/waern/haskell-style-guide
-