summaryrefslogtreecommitdiff
path: root/.arclint
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-06-23 04:02:44 -0500
committerAustin Seipp <austin@well-typed.com>2014-06-23 04:02:44 -0500
commit446b0e166c9e46f943318f13f25f0441c88c67ef (patch)
treea2ab2765e8dda753536732f4a67ec0b2fc7506d8 /.arclint
parent95f95ed6281adf9616d87b97470d68fb54c0b7f3 (diff)
downloadhaskell-446b0e166c9e46f943318f13f25f0441c88c67ef.tar.gz
arclint: disable Bad Charset lint rule
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to '.arclint')
-rw-r--r--.arclint5
1 files changed, 4 insertions, 1 deletions
diff --git a/.arclint b/.arclint
index db6299db3e..caa72abde8 100644
--- a/.arclint
+++ b/.arclint
@@ -13,7 +13,10 @@
"type": "nolint"
},
"text": {
- "type": "text"
+ "type": "text",
+ "severity": {
+ "5": "disabled"
+ }
}
}
}