Skip to content

Commit

Permalink
Create .codeclimate.yml
Browse files Browse the repository at this point in the history
Created a Code Climate config with PHP Code Sniffer, CSSLint, and duplication enabled.
  • Loading branch information
larkinscott committed Feb 15, 2017
1 parent d6c380e commit e2a979b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
engines:
duplication:
enabled: true
config:
languages:
- php
phpcodesniffer:
enabled: true
config:
standard: "PSR1,PSR2"
csslint:
enabled: true

ratings:
paths:
- "**.php"

exclude_paths:

0 comments on commit e2a979b

Please sign in to comment.