Skip to content

Commit

Permalink
new codeclimate config
Browse files Browse the repository at this point in the history
  • Loading branch information
manno committed Jan 5, 2016
1 parent 79bdc68 commit b511dac
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .codeclimate.yml
@@ -1,3 +1,19 @@
engines:
rubocop:
enabled: true
eslint:
enabled: true
csslint:
enabled: true
duplication:
enabled: false
ratings:
paths:
- app/**
- lib/**
- "**.rb"
- "**.js"
- "**.css"
exclude_paths:
- spec/**/*
- vendor/**/*

0 comments on commit b511dac

Please sign in to comment.