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