[commit: ghc] master: arclint: update linting configuration (a9445f8)
git at git.haskell.org
git at git.haskell.org
Mon Jul 21 15:22:18 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a9445f8facbfd579e542fa7d86f21cdf1a6e1c33/ghc
>---------------------------------------------------------------
commit a9445f8facbfd579e542fa7d86f21cdf1a6e1c33
Author: Austin Seipp <austin at well-typed.com>
Date: Mon Jul 21 04:33:27 2014 -0500
arclint: update linting configuration
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
a9445f8facbfd579e542fa7d86f21cdf1a6e1c33
.arclint | 51 ++++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 48 insertions(+), 3 deletions(-)
diff --git a/.arclint b/.arclint
index 21ca5f0..bb16f08 100644
--- a/.arclint
+++ b/.arclint
@@ -14,18 +14,63 @@
},
"text": {
"type": "text",
- "exclude": [ "(\\.xml$)" ],
+ "exclude": [ "(\\.xml)", "(Makefile)", "(\\.mk)" ],
"severity": {
"5": "disabled"
}
},
"text-xml": {
"type": "text",
- "include": "(\\.xml$)",
+ "include": "(\\.xml)",
"severity": {
"5": "disabled",
"3": "disabled"
}
+ },
+ "makefiles": {
+ "type": "text",
+ "include": [ "(Makefile)", "(\\.mk)" ],
+ "severity": {
+ "2": "disabled"
+ }
}
- }
+ },
+
+ "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)"
+ ]
}
More information about the ghc-commits
mailing list