Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Commit

Permalink
Add codeclimate config
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat committed Jul 31, 2017
1 parent 97b8e18 commit 5a7ad7c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .codeclimate.yml
@@ -0,0 +1,16 @@
---
engines:
duplication:
enabled: true
config:
languages:
- ruby
fixme:
enabled: true
rubocop:
enabled: false
ratings:
paths:
- "**.rb"
exclude_paths:
- spec/

0 comments on commit 5a7ad7c

Please sign in to comment.