Skip to content

Commit

Permalink
updates to codeclimate rules
Browse files Browse the repository at this point in the history
  • Loading branch information
detain committed Apr 19, 2020
1 parent 2d41963 commit c5b05db
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .codeclimate.yml
Expand Up @@ -15,13 +15,14 @@ plugins:
- php
- inc
rulesets: "unusedcode,codesize,naming,cleancode,design"
checks:
Naming/ShortVariable:
enabled: false
Design/TooManyPublicMethods:
enabled: false
exclude_paths:
- "tests/*"
checks:
Naming/ShortVariable:
enabled: false
Design/TooManyPublicMethods:
enabled: false
argument-count:
config:
threshold: 4
Expand Down

0 comments on commit c5b05db

Please sign in to comment.