From 30141d41e296a85851390b5b85538e113b863f90 Mon Sep 17 00:00:00 2001 From: Adi Mora Date: Sun, 15 Nov 2015 18:43:50 +0000 Subject: [PATCH] updated rules --- resources/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/config.json b/resources/config.json index 3a8ea8b4..a4699f13 100644 --- a/resources/config.json +++ b/resources/config.json @@ -62,7 +62,7 @@ "type": "EmptyLines", "props": { "severity": "INFO", - "maxConsecutiveEmptyLines": 1 + "max": 1 } }, { @@ -118,7 +118,7 @@ "type": "LineLength", "props": { "severity": "ERROR", - "maxCharacters": 160 + "max": 160 } }, { @@ -167,7 +167,7 @@ "type": "MethodLength", "props": { "severity": "ERROR", - "maxFunctionLines": 50 + "max": 50 } }, {