mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-02-05 07:01:03 -05:00
38 lines
511 B
YAML
38 lines
511 B
YAML
engines:
|
|
rubocop:
|
|
enabled: true
|
|
scss-lint:
|
|
enabled: true
|
|
shellcheck:
|
|
enabled: true
|
|
eslint:
|
|
enabled: true
|
|
coffeelint:
|
|
enabled: true
|
|
brakeman:
|
|
enabled: true
|
|
bundler-audit:
|
|
enabled: true
|
|
duplication:
|
|
enabled: true
|
|
config:
|
|
languages:
|
|
- ruby
|
|
- javascript
|
|
fixme:
|
|
enabled: true
|
|
ratings:
|
|
paths:
|
|
- "**.rb"
|
|
- "**.js"
|
|
- "**.coffee"
|
|
- "**.sass"
|
|
- "**.haml"
|
|
- Gemfile.lock
|
|
exclude_paths:
|
|
- config/
|
|
- db/
|
|
- spec/
|
|
- public/
|
|
- vendor/
|