.rubocop.yml in isolator-0.0.1 vs .rubocop.yml in isolator-0.1.0.pre
- old
+ new
@@ -20,10 +20,13 @@
TargetRubyVersion: 2.3
Rails:
Enabled: false
+Bundler/OrderedGems:
+ Enabled: false
+
Style/SymbolArray:
Enabled: false
Style/Documentation:
Exclude:
@@ -36,9 +39,12 @@
Enabled: false
Style/BlockDelimiters:
Exclude:
- 'spec/**/*.rb'
+
+Style/NumericPredicate:
+ Enabled: false
Layout/SpaceInsideStringInterpolation:
EnforcedStyle: no_space
Lint/AmbiguousRegexpLiteral: