Fix ruby deprecation error (#6450)

* Update obsolete config in rubocop.

* Update generated petstore clients
This commit is contained in:
Rhuan
2020-05-28 03:33:06 +02:00
committed by GitHub
parent ae9d4ee222
commit dc48cfdf74
3 changed files with 3 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ Layout/SpaceInsideParens:
# EnforcedStyle: single_quotes
# Detect hard tabs, no hard tabs.
Layout/Tab:
Layout/IndentationStyle:
Enabled: true
# Blank lines should not have any spaces.

View File

@@ -113,7 +113,7 @@ Layout/SpaceInsideParens:
# EnforcedStyle: single_quotes
# Detect hard tabs, no hard tabs.
Layout/Tab:
Layout/IndentationStyle:
Enabled: true
# Blank lines should not have any spaces.

View File

@@ -113,7 +113,7 @@ Layout/SpaceInsideParens:
# EnforcedStyle: single_quotes
# Detect hard tabs, no hard tabs.
Layout/Tab:
Layout/IndentationStyle:
Enabled: true
# Blank lines should not have any spaces.