Skip to content

Commit

Permalink
Update CodeClimate config
Browse files Browse the repository at this point in the history
  • Loading branch information
oanhnn committed Jun 14, 2017
1 parent f1c1605 commit cd2d0c5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
engines:
fixme:
enabled: true
duplication:
enabled: true
config:
languages:
- php
phpcodesniffer:
enabled: true
phpmd:
enabled: true
checks:
Naming/ShortVariable:
enabled: false
CleanCode/StaticAccess:
enabled: false
CleanCode/ElseExpression:
enabled: false
markdownlint:
enabled: true
ratings:
paths:
- "**.php"
- "**.md"
exclude_paths:
- vendor/**/*

0 comments on commit cd2d0c5

Please sign in to comment.