mirror of https://github.com/mastodon/mastodon
Enable CodeClimate Bundler-Audit checks (#2862)
* add bundler-audit to Gemfile * Enable CodeClimate bundler-audit checkspull/2861/head^2
parent
74036a2c9d
commit
87588fa894
@ -1,14 +1,16 @@
|
|||||||
engines:
|
engines:
|
||||||
duplication:
|
bundler-audit:
|
||||||
enabled: false
|
enabled: true
|
||||||
rubocop:
|
duplication:
|
||||||
enabled: true
|
enabled: false
|
||||||
eslint:
|
eslint:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
rubocop:
|
||||||
|
enabled: true
|
||||||
ratings:
|
ratings:
|
||||||
paths:
|
paths:
|
||||||
- "**.rb"
|
- "**.rb"
|
||||||
- "**.js"
|
- "**.js"
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
- spec/
|
- spec/
|
||||||
- vendor/asset
|
- vendor/asset
|
||||||
|
Loading…
Reference in New Issue