config/default.yml in ezcater_rubocop-0.51.6 vs config/default.yml in ezcater_rubocop-0.51.7
- old
+ new
@@ -22,10 +22,10 @@
Description: 'Enforce use of `mock_feature_flag` helpers instead of mocking `FeatureFlag.is_active?` directly.'
Enabled: true
Include:
- '**/*_spec.rb'
-Ezcater/RspecRequireGqlErrorHelpers:
+Ezcater/RequireGqlErrorHelpers:
Description: 'Use the helpers provided by `GQLErrors` instead of raising `GraphQL::ExecutionError` directly.'
Enabled: true
Ezcater/StyleDig:
Description: 'Recommend `dig` for deeply nested access.'