.rubocop.yml in ui_bibz-2.5.3 vs .rubocop.yml in ui_bibz-2.5.5
- old
+ new
@@ -65,5 +65,23 @@
Lint/StructNewOverride:
Enabled: true
Style/ExponentialNotation:
Enabled: true
+
+Layout/EmptyLinesAroundAttributeAccessor:
+ Enabled: true
+
+Lint/DeprecatedOpenSSLConstant:
+ Enabled: true
+
+Lint/MixedRegexpCaptureTypes:
+ Enabled: true
+
+Style/RedundantRegexpCharacterClass:
+ Enabled: true
+
+Style/RedundantRegexpEscape:
+ Enabled: true
+
+Style/SlicingWithRange:
+ Enabled: true