Skip to content

Commit

Permalink
feat: add codeclimate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejhlavacek committed Feb 18, 2016
1 parent 51f70dd commit 093bc62
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
engines:
duplication:
enabled: true
config:
languages:
- php
fixme:
enabled: true
phpmd:
enabled: true
ratings:
paths:
- "**.php"
exclude_paths:
- tests/
- vendor/

0 comments on commit 093bc62

Please sign in to comment.