.rubocop.yml in uk_academic_calendar-1.0.1 vs .rubocop.yml in uk_academic_calendar-1.1.0
- old
+ new
@@ -1,7 +1,9 @@
+require: rubocop-rspec
+
AllCops:
- TargetRubyVersion: 2.6
+ TargetRubyVersion: 3.0
NewCops: enable
Style/StringLiterals:
Enabled: true
EnforcedStyle: single_quotes
@@ -18,5 +20,8 @@
Metrics/BlockLength:
Exclude:
- '*.gemspec'
- 'spec/**/*.rb'
+
+RSpec/NestedGroups:
+ Max: 4