Skip to content

Commit

Permalink
updated JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
adireddy committed Mar 18, 2016
1 parent 7791cf7 commit 3e862d7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
15 changes: 15 additions & 0 deletions checkstyle.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@
},
"type": "CyclomaticComplexity"
},
{
"props": {
"severity": "INFO"
},
"type": "DefaultComesLast"
},
{
"props": {
"severity": "INFO"
Expand Down Expand Up @@ -240,6 +246,15 @@
},
"type": "MemberName"
},
{
"props": {
"maxPrivate": 50,
"maxPublic": 50,
"maxTotal": 50,
"severity": "INFO"
},
"type": "MethodCount"
},
{
"props": {
"max": 50,
Expand Down
9 changes: 9 additions & 0 deletions resources/default-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,15 @@
},
"type": "MemberName"
},
{
"props": {
"maxPrivate": 100,
"maxPublic": 100,
"severity": "IGNORE",
"maxTotal": 100
},
"type": "MethodCount"
},
{
"props": {
"max": 50,
Expand Down

0 comments on commit 3e862d7

Please sign in to comment.