From ccd32cd08411dbac0dab2abe1607e541e06ab013 Mon Sep 17 00:00:00 2001 From: Desmond Brand Date: Fri, 15 Aug 2014 15:57:50 -0700 Subject: [PATCH] :lipstick: arrow spacing warn -> error --- coffeelint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coffeelint.json b/coffeelint.json index b83f0017f..5d1a43952 100644 --- a/coffeelint.json +++ b/coffeelint.json @@ -6,7 +6,7 @@ "level": "error" }, "arrow_spacing": { - "level": "warn" + "level": "error" }, "line_endings": { "level": "error",