From 53ba3a8dd8407a816faa709fa3da4dc85a18e530 Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Mon, 20 Oct 2014 20:07:01 -0500 Subject: Add .arclint file. Signed-off-by: Austin Seipp --- .arclint | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .arclint (limited to '.arclint') diff --git a/.arclint b/.arclint new file mode 100644 index 00000000..01f217d7 --- /dev/null +++ b/.arclint @@ -0,0 +1,24 @@ +{ + "linters": { + "filename": { + "type": "filename" + }, + "generated": { + "type": "generated" + }, + "merge-conflict": { + "type": "merge-conflict" + }, + "nolint": { + "type": "nolint" + }, + "haskell": { + "type": "text", + "include": ["(\\.(l?hs(-boot)?|x|y\\.pp)(\\.in)?$)"], + "severity": { + "5": "disabled", + "2": "warning" + } + } + } +} -- cgit v1.2.3