Skip to content

Commit

Permalink
Config files for codeclimate and rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
danascheider committed Apr 25, 2016
1 parent 0b97ccc commit 5034f31
Show file tree
Hide file tree
Showing 2 changed files with 1,186 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
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:
- features/
- spec/
Loading

0 comments on commit 5034f31

Please sign in to comment.