.rubocop.yml in head_music-0.28.0 vs .rubocop.yml in head_music-0.29.0
- old
+ new
@@ -12,5 +12,21 @@
- vendor/**/*
TargetRubyVersion: 3.1.4
RSpec:
Enabled: true
+
+RSpec/ContextWording:
+ Prefixes:
+ - when
+ - with
+ - without
+ - given
+ - and
+ - for
+ - by
+
+RSpec/NestedGroups:
+ Max: 4
+
+RSpec/FilePath:
+ Enabled: false