mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
Update CodeClimate Rubocop
This commit is contained in:
parent
61f5532aee
commit
9d08b61c1c
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
||||||
version: "2"
|
version: "2"
|
||||||
prepare:
|
prepare:
|
||||||
fetch:
|
fetch:
|
||||||
- "https://raw.githubusercontent.com/internetee/style-guide/master/ruby/.rubocop.yml"
|
- "https://raw.githubusercontent.com/internetee/style-guide/master/.rubocop-ruby.yml"
|
||||||
|
- url: "https://raw.githubusercontent.com/internetee/style-guide/master/.rubocop-rails.yml"
|
||||||
|
path: ".rubocop.yml"
|
||||||
plugins:
|
plugins:
|
||||||
brakeman:
|
brakeman:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -20,7 +22,7 @@ plugins:
|
||||||
enabled: true
|
enabled: true
|
||||||
rubocop:
|
rubocop:
|
||||||
enabled: true
|
enabled: true
|
||||||
channel: rubocop-0-58
|
channel: rubocop-0-74
|
||||||
exclude_patterns:
|
exclude_patterns:
|
||||||
- "app/models/version/"
|
- "app/models/version/"
|
||||||
- "bin/"
|
- "bin/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue