diff options
author | Austin Seipp <austin@well-typed.com> | 2014-06-23 04:02:44 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-06-23 04:02:44 -0500 |
commit | 446b0e166c9e46f943318f13f25f0441c88c67ef (patch) | |
tree | a2ab2765e8dda753536732f4a67ec0b2fc7506d8 /.arclint | |
parent | 95f95ed6281adf9616d87b97470d68fb54c0b7f3 (diff) | |
download | haskell-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-- | .arclint | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -13,7 +13,10 @@ "type": "nolint" }, "text": { - "type": "text" + "type": "text", + "severity": { + "5": "disabled" + } } } } |