Skip to content

Commit

Permalink
set up codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Aug 23, 2016
1 parent c1633b4 commit e142e8b
Show file tree
Hide file tree
Showing 6 changed files with 1,192 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .codeclimate.yml
@@ -0,0 +1,25 @@
---
engines:
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_paths:
- test/

0 comments on commit e142e8b

Please sign in to comment.