Skip to content

Commit

Permalink
Merge pull request #254 from gerrywastaken/enable-rubycop-code-climat…
Browse files Browse the repository at this point in the history
…e-engine

Add `rubycop` and `reek` checking to codeclimate
  • Loading branch information
gerrywastaken committed Jul 4, 2016
2 parents 846f6d5 + 5d15c00 commit badb0f7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .codeclimate
@@ -0,0 +1,5 @@
engines:
rubocop:
enabled: true
reek:
enabled: true
16 changes: 16 additions & 0 deletions .codeclimate.yml
@@ -0,0 +1,16 @@
---
engines:
duplication:
enabled: true
config:
languages:
- ruby
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- "**.rb"
exclude_paths:
- spec/
2 changes: 2 additions & 0 deletions .rubocop.yml
@@ -0,0 +1,2 @@
AllCops:
DisabledByDefault: false

0 comments on commit badb0f7

Please sign in to comment.