Skip to content

Commit

Permalink
add codeclimate config
Browse files Browse the repository at this point in the history
  • Loading branch information
madhums committed Nov 24, 2015
1 parent abb0c51 commit a6c9abb
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:
eslint:
enabled: true
ratings:
paths:
- app/**
- lib/**
- "**.rb"
- "**.go"
exclude_paths:
- node_modules/**
- public/**
- test/**

0 comments on commit a6c9abb

Please sign in to comment.