Skip to content

Commit

Permalink
Add Code Climate config file
Browse files Browse the repository at this point in the history
  • Loading branch information
armenak committed May 25, 2016
1 parent 1c91ee7 commit bf0db08
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .codeclimate.yml
@@ -0,0 +1,28 @@
engines:
rubocop:
enabled: true
#checks:
# Rubocop/Metrics/ClassLength:
# enabled: false
golint:
enabled: true
eslint:
enabled: true
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
#mass_threshold: 30
- javascript
ratings:
paths:
- app/**
- lib/**
- "**.rb"
- "**.go"
exclude_paths:
- spec/**/*
- "**/vendor/**/*"

0 comments on commit bf0db08

Please sign in to comment.