summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.arclint6
1 files changed, 5 insertions, 1 deletions
diff --git a/.arclint b/.arclint
index 8781969..1b7551a 100644
--- a/.arclint
+++ b/.arclint
@@ -2,7 +2,11 @@
"linters": {
"text": {
"type": "text",
- "exclude": "(^lib/Net/|\\.json$)"
+ "exclude": "(^lib/Net/|\\.json$)",
+ "text.max-line-length": 120,
+ "severity": {
+ "2": "disabled"
+ }
},
"chmod": {
"type": "chmod"