mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +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"
|
||||
prepare:
|
||||
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:
|
||||
brakeman:
|
||||
enabled: true
|
||||
|
@ -20,7 +22,7 @@ plugins:
|
|||
enabled: true
|
||||
rubocop:
|
||||
enabled: true
|
||||
channel: rubocop-0-58
|
||||
channel: rubocop-0-74
|
||||
exclude_patterns:
|
||||
- "app/models/version/"
|
||||
- "bin/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue