Skip to content

Commit

Permalink
Add codeclimate configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
jpignata committed Feb 28, 2016
1 parent 1a0f9e8 commit 6ea9388
Show file tree
Hide file tree
Showing 2 changed files with 1,184 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
engines:
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- Gemfile.lock
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_paths:
- spec/
Loading

0 comments on commit 6ea9388

Please sign in to comment.