Last active
January 18, 2016 08:48
-
-
Save ppworks/ac24d07987a94a0148f2 to your computer and use it in GitHub Desktop.
Example default .codeclimate.yml ref: http://qiita.com/ppworks/items/1d6ceaca8c2d525dec75
This file contains hidden or 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
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