Skip to content

Commit

Permalink
Add Code Climate configuration
Browse files Browse the repository at this point in the history
This commit configures code quality analysis by Code Climate.

Results are provided by open source Code Climate engines. Based on
the languages present in this repository, I've enabled the following
engines:

 - bundler-audit
 - duplication
 - rubocop
  • Loading branch information
larkinscott committed Mar 1, 2017
1 parent 6280a96 commit 20ad18d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
engines:
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
rubocop:
enabled: true
ratings:
paths:
- "**.rb"
exclude_paths:

0 comments on commit 20ad18d

Please sign in to comment.