[commit: ghc] master: Add .arclint file (25fb4fe)
git at git.haskell.org
git at git.haskell.org
Mon Jun 9 13:30:34 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/25fb4fe8c6d9b04bf180a209ad4b4cb630a46ec5/ghc
>---------------------------------------------------------------
commit 25fb4fe8c6d9b04bf180a209ad4b4cb630a46ec5
Author: Austin Seipp <austin at well-typed.com>
Date: Mon Jun 9 08:29:27 2014 -0500
Add .arclint file
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
25fb4fe8c6d9b04bf180a209ad4b4cb630a46ec5
.arclint | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/.arclint b/.arclint
new file mode 100644
index 0000000..db6299d
--- /dev/null
+++ b/.arclint
@@ -0,0 +1,19 @@
+{
+ "linters": {
+ "filename": {
+ "type": "filename"
+ },
+ "generated": {
+ "type": "generated"
+ },
+ "merge-conflict": {
+ "type": "merge-conflict"
+ },
+ "nolint": {
+ "type": "nolint"
+ },
+ "text": {
+ "type": "text"
+ }
+ }
+}
More information about the ghc-commits
mailing list