From c259dab8b3b1b65b0d67d34465de306732ced836 Mon Sep 17 00:00:00 2001 From: Janik Kleinhoff Date: Sat, 1 Apr 2017 13:48:14 +0000 Subject: .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. --- .arclint | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3