Skip to content

Instantly share code, notes, and snippets.

@ppworks
Last active January 18, 2016 08:48
Show Gist options
  • Save ppworks/ac24d07987a94a0148f2 to your computer and use it in GitHub Desktop.
Save ppworks/ac24d07987a94a0148f2 to your computer and use it in GitHub Desktop.
Example default .codeclimate.yml ref: http://qiita.com/ppworks/items/1d6ceaca8c2d525dec75
engines:
brakeman:
enabled: true
bundler-audit:
enabled: true
csslint:
enabled: true
coffeelint:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
eslint:
enabled: true
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- Gemfile.lock
- "**.erb"
- "**.haml"
- "**.rb"
- "**.rhtml"
- "**.slim"
- "**.css"
- "**.coffee"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
exclude_paths:
- config/**/*
- db/**/*
- spec/**/*
- vendor/**/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment