2017-05-29 04:08:51 -04:00
|
|
|
---
|
|
|
|
engines:
|
|
|
|
bundler-audit:
|
|
|
|
enabled: true
|
|
|
|
duplication:
|
|
|
|
enabled: true
|
|
|
|
config:
|
|
|
|
languages:
|
|
|
|
- ruby
|
|
|
|
- javascript
|
2017-06-12 13:00:56 -04:00
|
|
|
exclude_paths:
|
|
|
|
- "lib/api/v3/*"
|
2017-05-29 04:08:51 -04:00
|
|
|
ratings:
|
|
|
|
paths:
|
|
|
|
- Gemfile.lock
|
|
|
|
- "**.erb"
|
|
|
|
- "**.haml"
|
|
|
|
- "**.rb"
|
|
|
|
- "**.rhtml"
|
|
|
|
- "**.slim"
|
|
|
|
- "**.inc"
|
|
|
|
- "**.js"
|
|
|
|
- "**.jsx"
|
|
|
|
- "**.module"
|
|
|
|
exclude_paths:
|
|
|
|
- config/
|
|
|
|
- db/
|
|
|
|
- features/
|
|
|
|
- node_modules/
|
|
|
|
- spec/
|
|
|
|
- vendor/
|
2017-06-12 08:33:48 -04:00
|
|
|
- .yarn-cache/
|
|
|
|
- tmp/
|
2017-06-12 13:00:56 -04:00
|
|
|
- builds/
|
2017-06-13 06:19:00 -04:00
|
|
|
- coverage/
|
|
|
|
- public/
|
|
|
|
- shared/
|
|
|
|
- webpack-report/
|
|
|
|
- log/
|
|
|
|
- backups/
|
|
|
|
- coverage-javascript/
|
2018-02-26 10:33:38 -05:00
|
|
|
- plugins/
|