.codeclimate.yml
# http://docs.codeclimate.com/article/296-engines-available-enginesengines: bundler-audit: enabled: true rubocop: enabled: true coffeelint: enabled: true eslint: enabled: true csslint: enabled: true fixme: enabled: trueratings: paths: - app/** - lib/** - test/** - "**.rb" - config.ru - Gemfileexclude_paths:- spec/**/*- vendor/**/*- README.md- db/**/*- bin/*- config/**/*- lib/tasks/*