Skip to content

Commit

Permalink
Add codeclimate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Jan 20, 2017
1 parent 462fd5c commit 42adef9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
engines:
duplication:
enabled: true
config:
languages:
- javascript
- php
fixme:
enabled: true
phpmd:
enabled: true
checks:
Controversial/CamelCaseParameterName:
enabled: false
Controversial/CamelCasePropertyName:
enabled: false
Controversial/CamelCaseVariableName:
enabled: false
ratings:
paths:
- "**.php"
exclude_paths:
- tests/

0 comments on commit 42adef9

Please sign in to comment.