From 4066b5e683b780ae99678945d3238bb3de650d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Venturo?= Date: Wed, 8 Aug 2018 14:22:45 -0300 Subject: [PATCH] Made the visibility-first and max-len rules mandatory. (#1139) --- .soliumrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.soliumrc.json b/.soliumrc.json index 88e505c2c..c2e1906a3 100644 --- a/.soliumrc.json +++ b/.soliumrc.json @@ -4,7 +4,7 @@ "rules": { "error-reason": "off", "indentation": ["error", 2], - "max-len": ["warning", 79], + "max-len": ["error", 79], "no-constant": ["error"], "no-empty-blocks": "off", "quotes": ["error", "double"],