.rubocop.yml in rubocop-fnando-0.0.10 vs .rubocop.yml in rubocop-fnando-0.0.11
- old
+ new
@@ -12,10 +12,13 @@
Enabled: true
Lint/StructNewOverride:
Enabled: true
+Lint/MixedRegexpCaptureTypes:
+ Enabled: true
+
Layout/EmptyLinesAroundAttributeAccessor:
Enabled: true
Layout/SpaceAroundMethodCallOperator:
Enabled: true
@@ -99,5 +102,11 @@
Style/ExponentialNotation:
Enabled: true
Style/SlicingWithRange:
Enabled: false
+
+Style/RedundantRegexpCharacterClass:
+ Enabled: true
+
+Style/RedundantRegexpEscape:
+ Enabled: true