Skip to content

Commit

Permalink
Added codeclimate config file
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioBlazek committed Jul 25, 2017
1 parent 117318f commit 22f1d6a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .codeclimate.yml
@@ -0,0 +1,14 @@
exclude_paths:
- "/vendor/*"
- "/build/*"
- "/doc/*"
- "/tests/*"
engines:
phpcodesniffer:
enabled: true
config:
file_extensions: "php"
standard: "PSR1,PSR2"
ratings:
paths:
- "**.php"

0 comments on commit 22f1d6a

Please sign in to comment.