.rubocop.yml in rspec-openapi-0.8.1 vs .rubocop.yml in rspec-openapi-0.9.0
- old
+ new
@@ -15,8 +15,10 @@
EnforcedStyleForMultiline: consistent_comma
Style/ClassAndModuleChildren:
EnforcedStyle: compact
Exclude:
- 'lib/rspec/openapi/version.rb'
+Layout/FirstArrayElementIndentation:
+ EnforcedStyle: consistent
Metrics/BlockLength:
Exclude:
- 'spec/**/*'