rubocul_default.yml in rubocul-4.0.8 vs rubocul_default.yml in rubocul-4.0.9
- old
+ new
@@ -6,10 +6,11 @@
- rubocul_rules_factory_bot.yml
- rubocul_rules_performance.yml
- rubocul_rules_rails.yml
- rubocul_rules_rspec.yml
- rubocul_rules_security.yml
+ - rubocul_rules_capybara.yml
AllCops:
TargetRubyVersion: 2.7
# Disable any new "pending" cops that are introduced in a minor version update of rubocop.
# We only want to opt into these explicitly, or accept them when we update to a new MAJOR
@@ -71,9 +72,21 @@
Style/SymbolArray:
Enabled: false
RSpec/ExpectInHook:
+ Enabled: false
+
+Style/BlockComments:
+ Enabled: false
+
+Rails/RakeEnvironment:
+ Enabled: false
+
+Style/NonNilCheck:
+ Enabled: false
+
+RSpec/ContextWording:
Enabled: false
# TODO: Decide how we feel about this later
Naming/VariableNumber:
Enabled: false