Created
April 13, 2018 13:59
-
-
Save danielweinmann/5996403ffae71a6bda4edce60a5a2036 to your computer and use it in GitHub Desktop.
.codeclimate.yml for Ruby + React projects
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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