Enable CodeClimate Bundler-Audit checks (#2862)
* add bundler-audit to Gemfile * Enable CodeClimate bundler-audit checksmaster
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