Update CodeClimate Rubocop

This commit is contained in:
Artur Beljajev 2019-10-22 12:11:24 +03:00
parent 61f5532aee
commit 9d08b61c1c

View file

@ -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/"