config/default.yml in ezcater_rubocop-2.2.0 vs config/default.yml in ezcater_rubocop-2.3.0

- old
+ new

@@ -17,9 +17,13 @@ Ezcater/DirectEnvCheck: Description: 'Enforce the use of `Rails.configuration.x.<foo>` instead of checking `ENV`.' Enabled: false +Ezcater/FeatureFlagActive: + Description: 'Enforce the proper arguments are given to EzcaterFeatureFlag.active?' + Enabled: true + Ezcater/RspecDotNotSelfDot: Description: 'Enforce ".<class method>" instead of "self.<class method>" for example group description.' Enabled: true Include: - '**/*_spec.rb'