Skip to content

Commit

Permalink
updated rules
Browse files Browse the repository at this point in the history
  • Loading branch information
adireddy committed Nov 15, 2015
1 parent 0585623 commit 30141d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"type": "EmptyLines",
"props": {
"severity": "INFO",
"maxConsecutiveEmptyLines": 1
"max": 1
}
},
{
Expand Down Expand Up @@ -118,7 +118,7 @@
"type": "LineLength",
"props": {
"severity": "ERROR",
"maxCharacters": 160
"max": 160
}
},
{
Expand Down Expand Up @@ -167,7 +167,7 @@
"type": "MethodLength",
"props": {
"severity": "ERROR",
"maxFunctionLines": 50
"max": 50
}
},
{
Expand Down

0 comments on commit 30141d4

Please sign in to comment.