Ezcater/PrivateAttr: Description: 'Require methods from the private_attr gem' Enabled: true Ezcater/RailsConfiguration: Description: 'Enforce the use of `Rails.configuration` instead of `Rails.application.config`.' Enabled: true Ezcater/RspecDotNotSelfDot: Description: 'Enforce "." instead of "self." for example group description.' Enabled: true Include: - '**/*_spec.rb' Ezcater/RspecRequireBrowserMock: Description: 'Enforce use of `mock_ezcater_app`, `mock_chrome_browser` & `mock_custom_browser` helpers instead of mocking `Browser` or `EzBrowser` directly.' Enabled: true Include: - '**/*_spec.rb' Ezcater/RspecRequireFeatureFlagMock: Description: 'Enforce use of `mock_feature_flag` helpers instead of mocking `FeatureFlag.is_active?` directly.' Enabled: true Include: - '**/*_spec.rb' 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.' Enabled: true AutoCorrect: false