Skip to content

Commit

Permalink
🔧 add .codeclimate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hirakiuc committed Mar 6, 2017
1 parent da3840b commit 1ce71d2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
engines:
duplication:
enabled: true
config:
languages:
- ruby
ratings:
paths:
- lib/**/*.rb
exclude_paths:
- spec/**/*.rb
- docs/**/*

0 comments on commit 1ce71d2

Please sign in to comment.