File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
modules/openapi-generator/src/main/resources/ruby-client
openapi3/client/petstore/ruby Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Layout/EmptyLinesAroundMethodBody:
46
46
Layout/EmptyLinesAroundModuleBody:
47
47
Enabled: true
48
48
49
- Layout/FirstParameterIndentation :
49
+ Layout/IndentFirstArgument :
50
50
Enabled: true
51
51
52
52
# Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b } .
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Layout/EmptyLinesAroundMethodBody:
46
46
Layout/EmptyLinesAroundModuleBody :
47
47
Enabled : true
48
48
49
- Layout/FirstParameterIndentation :
49
+ Layout/IndentFirstArgument :
50
50
Enabled : true
51
51
52
52
# Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b }.
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Layout/EmptyLinesAroundMethodBody:
46
46
Layout/EmptyLinesAroundModuleBody :
47
47
Enabled : true
48
48
49
- Layout/FirstParameterIndentation :
49
+ Layout/IndentFirstArgument :
50
50
Enabled : true
51
51
52
52
# Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b }.
You can’t perform that action at this time.
0 commit comments