Update rubocop to version 0.27.0
This commit is contained in:
parent
5fb0093353
commit
7cfca5c522
|
@ -27,6 +27,9 @@ MethodLength:
|
|||
BlockNesting:
|
||||
Max: 2
|
||||
|
||||
AbcSize:
|
||||
Enabled: false
|
||||
|
||||
# Align with the style guide.
|
||||
CollectionMethods:
|
||||
PreferredMethods:
|
||||
|
|
|
@ -150,9 +150,9 @@ GEM
|
|||
rest-client (1.7.2)
|
||||
mime-types (>= 1.16, < 3.0)
|
||||
netrc (~> 0.7)
|
||||
rubocop (0.26.1)
|
||||
rubocop (0.27.0)
|
||||
astrolabe (~> 1.3)
|
||||
parser (>= 2.2.0.pre.4, < 3.0)
|
||||
parser (>= 2.2.0.pre.6, < 3.0)
|
||||
powerpack (~> 0.0.6)
|
||||
rainbow (>= 1.99.1, < 3.0)
|
||||
ruby-progressbar (~> 1.4)
|
||||
|
|
Loading…
Reference in New Issue