Skip to content

Commit

Permalink
code climate config
Browse files Browse the repository at this point in the history
  • Loading branch information
axyr committed Apr 12, 2016
1 parent d610353 commit d004064
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .codeclimate.yml
@@ -1,5 +1,17 @@
languages:
PHP: true
---
engines:
duplication:
enabled: true
config:
languages:
- php
fixme:
enabled: true
phpmd:
enabled: true
ratings:
paths:
- "**.php"
exclude_paths:
- docs/*
- tests/*
- docs/*
- tests/*

0 comments on commit d004064

Please sign in to comment.