Chatwoot/.codeclimate.yml

27 lines
430 B
YAML
Raw Normal View History

version: "2"
plugins:
rubocop:
enabled: true
channel: rubocop-0-73
2019-08-31 08:04:25 +00:00
eslint:
enabled: false
csslint:
enabled: true
scss-lint:
enabled: true
brakeman:
enabled: true
exclude_patterns:
- "spec/"
- "**/specs/"
- "db/*"
- "bin/**/*"
- "db/**/*"
- "config/**/*"
- "public/**/*"
- "vendor/**/*"
- "node_modules/**/*"
- "lib/tasks/auto_annotate_models.rake"
- "app/test-matchers.js"