[commit: haddock] T6018-injective-type-families, adamse-D1033, ghc-head, master, wip/10268, wip/10313, wip/D538, wip/D538-1, wip/D538-2, wip/D538-3, wip/D538-4, wip/D538-5, wip/D538-6, wip/D548-master, wip/D548-master-2, wip/T10483, wip/T9840, wip/api-annot-tweaks-7.10, wip/api-annots-ghc-7.10-3, wip/orf-reboot: Add .arclint file. (53ba3a8)

git at git.haskell.org git at git.haskell.org
Wed Jul 8 08:34:33 UTC 2015


Repository : ssh://git@git.haskell.org/haddock

On branches: T6018-injective-type-families,adamse-D1033,ghc-head,master,wip/10268,wip/10313,wip/D538,wip/D538-1,wip/D538-2,wip/D538-3,wip/D538-4,wip/D538-5,wip/D538-6,wip/D548-master,wip/D548-master-2,wip/T10483,wip/T9840,wip/api-annot-tweaks-7.10,wip/api-annots-ghc-7.10-3,wip/orf-reboot
Link       : http://git.haskell.org/haddock.git/commitdiff/53ba3a8dd8407a816faa709fa3da4dc85a18e530

>---------------------------------------------------------------

commit 53ba3a8dd8407a816faa709fa3da4dc85a18e530
Author: Austin Seipp <austin at well-typed.com>
Date:   Mon Oct 20 20:07:01 2014 -0500

    Add .arclint file.
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


>---------------------------------------------------------------

53ba3a8dd8407a816faa709fa3da4dc85a18e530
 .arclint | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/.arclint b/.arclint
new file mode 100644
index 0000000..01f217d
--- /dev/null
+++ b/.arclint
@@ -0,0 +1,24 @@
+{
+  "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"
+      }
+    }
+  }
+}



More information about the ghc-commits mailing list