[tor-commits] [snowflake/master] Downgrade coffeelint line lengths to a "warning"

arlo at torproject.org arlo at torproject.org
Wed Oct 18 15:39:56 UTC 2017


commit 99604ff15a63b622c72b6181c55d88e68fb97010
Author: Arlo Breault <arlolra at 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": {



More information about the tor-commits mailing list