commit 99604ff15a63b622c72b6181c55d88e68fb97010 Author: Arlo Breault arlolra@gmail.com Date: Wed Oct 18 11:39:17 2017 -0400
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": {