Skip to content

Instantly share code, notes, and snippets.

@argent-smith
Last active February 17, 2017 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save argent-smith/22458fafaae9a3e7cb44230c330785eb to your computer and use it in GitHub Desktop.
Save argent-smith/22458fafaae9a3e7cb44230c330785eb to your computer and use it in GitHub Desktop.
example codeclimate config
---
engines:
brakeman:
enabled: true
bundler-audit:
enabled: true
csslint:
enabled: true
coffeelint:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
eslint:
enabled: true
fixme:
enabled: true
rubocop:
enabled: true
scss-lint:
enabled: true
reek:
enabled: true
ratings:
paths:
- Gemfile.lock
- "**.erb"
- "**.haml"
- "**.rb"
- "**.rhtml"
- "**.slim"
- "**.css"
- "**.scss"
- "**.coffee"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
exclude_paths:
- config/
- db/
- spec/
- vendor/
- public/assets/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment