Skip to content

Commit

Permalink
updates to codeclimate config
Browse files Browse the repository at this point in the history
  • Loading branch information
detain committed Jun 24, 2017
1 parent adf4c9f commit d1e56f8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .codeclimate.yml
Expand Up @@ -15,6 +15,11 @@ engines:
enabled: true
phpmd:
enabled: true
config:
CodeSize/CyclomaticComplexity:
reportLevel: 100
CodeSize/ExcessiveClassComplexity:
maximum: 200
checks:
Design/TooManyPublicMethods:
enabled: false
Expand All @@ -28,10 +33,6 @@ engines:
enabled: false
CleanCode/StaticAccess:
enabled: false
CodeSize/CyclomaticComplexity:
reportLevel: 100
CodeSize/ExcessiveClassComplexity:
maximum: 200
ratings:
paths:
- "**.inc"
Expand Down

0 comments on commit d1e56f8

Please sign in to comment.