Skip to content

Instantly share code, notes, and snippets.

@danielweinmann
Created April 13, 2018 13:59
Show Gist options
  • Save danielweinmann/5996403ffae71a6bda4edce60a5a2036 to your computer and use it in GitHub Desktop.
Save danielweinmann/5996403ffae71a6bda4edce60a5a2036 to your computer and use it in GitHub Desktop.
.codeclimate.yml for Ruby + React projects
version: "2"
plugins:
brakeman:
enabled: true
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
javascript:
mass_threshold: 52
ruby:
mass_threshold: 18
eslint:
enabled: true
fixme:
enabled: true
rubocop:
enabled: true
channel: rubocop-0-52
exclude_patterns:
- vendor/
- .gems/
- spec/
- "**/__tests__/"
- "**/*.test.js"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment