Skip to content

Commit

Permalink
Enable more code-climate engines (rubocop, reek, bundler-audit, dupli…
Browse files Browse the repository at this point in the history
…cation)
  • Loading branch information
pkuczynski committed Dec 23, 2016
1 parent fcf2684 commit 9d92062
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
languages:
Ruby: true
JavaScript: false
PHP: false
engines:
rubocop:
enabled: true
reek:
enabled: true
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
ruby:
mass_threshold: 18
markdownlint:
enabled: true

ratings:
paths:
- Gemfile.lock
- "**.rb"
- "**.md"

exclude_paths:
- "spec/app/**/*"

0 comments on commit 9d92062

Please sign in to comment.