config/default.yml in ezcater_rubocop-0.51.4 vs config/default.yml in ezcater_rubocop-0.51.5

- old
+ new

@@ -18,9 +18,13 @@ Description: 'Enforce use of `mock_feature_flag` helpers instead of mocking `FeatureFlag.is_active?` directly.' Enabled: true Include: - '**/*_spec.rb' +Ezcater/RspecRequireGqlErrorHelpers: + Description: 'Use the helpers provided by `GQLErrors` instead of raising `GraphQL::ExecutionError` directly.' + Enabled: true + Ezcater/StyleDig: Description: 'Recommend `dig` for deeply nested access.' Enabled: true AutoCorrect: false