[commit: ghc] master: arclint: disable Bad Charset lint rule (446b0e1)
git at git.haskell.org
git at git.haskell.org
Mon Jun 23 09:03:13 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/446b0e166c9e46f943318f13f25f0441c88c67ef/ghc
>---------------------------------------------------------------
commit 446b0e166c9e46f943318f13f25f0441c88c67ef
Author: Austin Seipp <austin at well-typed.com>
Date: Mon Jun 23 04:02:44 2014 -0500
arclint: disable Bad Charset lint rule
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
446b0e166c9e46f943318f13f25f0441c88c67ef
.arclint | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.arclint b/.arclint
index db6299d..caa72ab 100644
--- a/.arclint
+++ b/.arclint
@@ -13,7 +13,10 @@
"type": "nolint"
},
"text": {
- "type": "text"
+ "type": "text",
+ "severity": {
+ "5": "disabled"
+ }
}
}
}
More information about the ghc-commits
mailing list