diff options
| author | 2017-04-01 13:48:14 +0000 | |
|---|---|---|
| committer | 2017-04-01 13:48:14 +0000 | |
| commit | c259dab8b3b1b65b0d67d34465de306732ced836 (patch) | |
| tree | f13b2e7d481a0bb1d8c4b878346d447a2114d5a1 | |
| parent | 2365747ff3f572c7751f2306c72d1b55d526d360 (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-- | .arclint | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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" |
