Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Commit

Permalink
Update .codeclimate.yml
Browse files Browse the repository at this point in the history
Better hope it works this time…
  • Loading branch information
sstok committed Jan 14, 2017
1 parent f99e809 commit c610015
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ engines:
duplication:
enabled: true
checks:
Similar code:
"Similar code":
enabled: false
config:
languages:
Expand All @@ -15,6 +15,13 @@ engines:
enabled: true
phpmd:
enabled: true
checks:
CleanCode/StaticAccess:
enabled: false
CleanCode/ElseExpression:
enabled: false
Naming/ShortVariable:
enabled: false
ratings:
paths:
- "**.inc"
Expand All @@ -23,4 +30,5 @@ ratings:
- "**.php"
exclude_paths:
- tests/
- src/Test
- doc/

0 comments on commit c610015

Please sign in to comment.