docbrown/.codeclimate.yml
2019-04-05 12:55:13 -04:00

27 lines
429 B
YAML

version: "2"
plugins:
rubocop:
enabled: true
channel: rubocop-0-67
brakeman:
enabled: true
eslint:
enabled: true
channel: "eslint-5"
exclude_patterns:
- "config/"
- "db/"
- "dist/"
- "features/"
- "node_modules/"
- "script/"
- "spec/"
- "test/"
- "tests/"
- "vendor/"
- "lib/tasks/"
- "app/assets/javascripts/lib/"
- "bin/"
- "**/__tests__/"
- "**/.eslintrc.js"
- "*.js"