summaryrefslogtreecommitdiff
path: root/.arclint
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-06-09 08:29:27 -0500
committerAustin Seipp <austin@well-typed.com>2014-06-09 08:30:04 -0500
commit25fb4fe8c6d9b04bf180a209ad4b4cb630a46ec5 (patch)
tree141a8dc4384a5dc6724e781cf5a58e9ab9ca9abb /.arclint
parent4caadb7cbee5c176abb99df25c4cc1657ae57f40 (diff)
downloadhaskell-25fb4fe8c6d9b04bf180a209ad4b4cb630a46ec5.tar.gz
Add .arclint file
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to '.arclint')
-rw-r--r--.arclint19
1 files changed, 19 insertions, 0 deletions
diff --git a/.arclint b/.arclint
new file mode 100644
index 0000000000..db6299db3e
--- /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"
+ }
+ }
+}