Add codeclimate config file

This commit is contained in:
Paul Mackay
2016-02-08 21:07:42 +00:00
parent 8cdf2254d8
commit ee168bcbfb

11
.codeclimate.yml Normal file
View File

@@ -0,0 +1,11 @@
engines:
rubocop:
enabled: true
ratings:
paths:
- app/**
- lib/**
- "**.rb"
exclude_paths:
- spec/**/*
- vendor/**/*