config/default.yml in ezcater_rubocop-6.0.3 vs config/default.yml in ezcater_rubocop-6.1.0

- old
+ new

@@ -16,9 +16,17 @@ Ezcater/FeatureFlagNameValid: Description: "Enforce correct flag name format is being used." Enabled: true +Ezcater/GraphQL/NotAuthorizedScalarField: + Description: 'Enforce the use of authorization for scalar GraphQL fields.' + Include: + - 'app/graphql/**/*.rb' + - 'packs/**/graphql/**/*.rb' + Enabled: false + VersionAdded: '6.1.0' + Ezcater/RspecDotNotSelfDot: Description: 'Enforce ".<class method>" instead of "self.<class method>" for example group description.' Enabled: true Include: - "**/*_spec.rb"