.rubocop.yml in itest5ch-2.0.0 vs .rubocop.yml in itest5ch-2.0.1
- old
+ new
@@ -5,10 +5,12 @@
AllCops:
TargetRubyVersion: 2.5
# uncomment if use rails cops
# TargetRailsVersion: 5.1
+ NewCops: enable
+ SuggestExtensions: false
require:
- rubocop-performance
- rubocop-rspec
@@ -16,5 +18,8 @@
EnforcedColonStyle: table
RSpec/FilePath:
Exclude:
- spec/integration_spec.rb
+
+RSpec/MultipleMemoizedHelpers:
+ Enabled: false