forked from loafle/openapi-generator-original
Fix rubocop obsolescence (#3175)
* Update obsolete rubocop configuration * Update obsolete rubocop config * Update obsolete rubocop config
This commit is contained in:
parent
4ead766b9e
commit
93edd7650b
@ -46,7 +46,7 @@ Layout/EmptyLinesAroundMethodBody:
|
|||||||
Layout/EmptyLinesAroundModuleBody:
|
Layout/EmptyLinesAroundModuleBody:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
Layout/FirstParameterIndentation:
|
Layout/IndentFirstArgument:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
# Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b }.
|
# Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b }.
|
||||||
|
@ -46,7 +46,7 @@ Layout/EmptyLinesAroundMethodBody:
|
|||||||
Layout/EmptyLinesAroundModuleBody:
|
Layout/EmptyLinesAroundModuleBody:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
Layout/FirstParameterIndentation:
|
Layout/IndentFirstArgument:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
# Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b }.
|
# Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b }.
|
||||||
|
@ -46,7 +46,7 @@ Layout/EmptyLinesAroundMethodBody:
|
|||||||
Layout/EmptyLinesAroundModuleBody:
|
Layout/EmptyLinesAroundModuleBody:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
Layout/FirstParameterIndentation:
|
Layout/IndentFirstArgument:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
# Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b }.
|
# Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b }.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user