summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarJanik Kleinhoff <ilbelkyr@shalture.org>2017-04-01 13:48:14 +0000
committerLibravatarJanik Kleinhoff <ilbelkyr@shalture.org>2017-04-01 13:48:14 +0000
commitc259dab8b3b1b65b0d67d34465de306732ced836 (patch)
treef13b2e7d481a0bb1d8c4b878346d447a2114d5a1
parent2365747ff3f572c7751f2306c72d1b55d526d360 (diff)
.arclint: update text config to reflect coding style
80+ character lines are pretty common in the code and hard to avoid in some cases. Tabs are used in some existing files.
-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"