Update rubocop to version 0.20.1
This commit is contained in:
parent
3b5d98dbe2
commit
8f8ffd1744
|
@ -1,8 +1,8 @@
|
|||
AllCops:
|
||||
Includes:
|
||||
Include:
|
||||
- 'Gemfile'
|
||||
- 'Rakefile'
|
||||
Excludes:
|
||||
Exclude:
|
||||
- 'db/schema.rb'
|
||||
|
||||
# Avoid long parameter lists
|
||||
|
|
|
@ -141,7 +141,7 @@ GEM
|
|||
remotipart (1.2.1)
|
||||
rest-client (1.6.7)
|
||||
mime-types (>= 1.16)
|
||||
rubocop (0.19.1)
|
||||
rubocop (0.20.1)
|
||||
json (>= 1.7.7, < 2)
|
||||
parser (~> 2.1.7)
|
||||
powerpack (~> 0.0.6)
|
||||
|
|
Loading…
Reference in New Issue