Skip to content

Commit

Permalink
Configured PHPMD
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed May 16, 2016
1 parent 9bec061 commit d0abe54
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,19 @@ engines:
enabled: true
phpmd:
enabled: true
config:
file_extensions: "php"
rulesets: "phpmd.xml"
checks:
Controversial/CamelCasePropertyName:
enabled: true
Controversial/CamelCaseMethodName:
enabled: true
CleanCode/StaticAccess:
enabled: false
Codesize/TooManyMethods:
enabled: true
maxmethods: 25
Codesize/TooManyPublicMethods:
enabled: true
maxmethods: 25
phpcodesniffer:
enabled: true
config:
Expand Down

0 comments on commit d0abe54

Please sign in to comment.