.rubocop.yml in checkpoint-1.0.3 vs .rubocop.yml in checkpoint-1.1.0
- old
+ new
@@ -13,10 +13,13 @@
TargetRubyVersion: 2.4
Exclude:
- 'bin/**/*'
- 'vendor/**/*'
+Layout/EmptyLineAfterGuardClause:
+ Enabled: false
+
Layout/MultilineMethodDefinitionBraceLayout:
EnforcedStyle: same_line
Metrics/LineLength:
Max: 110
@@ -24,7 +27,19 @@
Metrics/BlockLength:
Exclude:
- '*.gemspec'
ExcludedMethods: ['describe', 'context', 'xdescribe', 'xcontext']
+Layout/SpaceInsideBlockBraces:
+ Enabled: false
+
+Layout/IndentArray:
+ EnforcedStyle: consistent
+
+Style/ClassAndModuleChildren:
+ Enabled: false
+
Style/StringLiterals:
Enabled: false
+
+Style/SymbolArray:
+ EnforcedStyle: brackets