From 99604ff15a63b622c72b6181c55d88e68fb97010 Mon Sep 17 00:00:00 2001 From: Arlo Breault Date: Wed, 18 Oct 2017 11:39:17 -0400 Subject: [PATCH] Downgrade coffeelint line lengths to a "warning" --- proxy/coffeelint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/coffeelint.json b/proxy/coffeelint.json index 72b0e27..239092c 100644 --- a/proxy/coffeelint.json +++ b/proxy/coffeelint.json @@ -46,7 +46,7 @@ }, "max_line_length": { "value": 80, - "level": "error", + "level": "warn", "limitComments": true }, "missing_fat_arrows": {