.rubocop.yml in redstream-0.1.1 vs .rubocop.yml in redstream-0.2.0
- old
+ new
@@ -1,5 +1,14 @@
+AllCops:
+ NewCops: enable
+
+Lint/AssignmentInCondition:
+ Enabled: false
+
+Gemspec/RequiredRubyVersion:
+ Enabled: false
+
Lint/AmbiguousBlockAssociation:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
@@ -11,13 +20,10 @@
EnforcedStyle: with_fixed_indentation
Layout/FirstArrayElementIndentation:
EnforcedStyle: consistent
-Style/BracesAroundHashParameters:
- EnforcedStyle: no_braces
-
Style/PercentLiteralDelimiters:
Enabled: false
Style/SpecialGlobalVars:
EnforcedStyle: use_english_names
@@ -50,10 +56,10 @@
EnforcedStyle: brackets
Layout/RescueEnsureAlignment:
Enabled: false
-Metrics/LineLength:
+Layout/LineLength:
Enabled: false
Metrics/MethodLength:
Enabled: false