require: - rubocop-rspec - rubocop-performance AllCops: TargetRubyVersion: 2.6 LineLength: Max: 120 Metrics/BlockLength: Exclude: - 'spec/**/*' Style/FrozenStringLiteralComment: EnforcedStyle: never Metrics/ParameterLists: CountKeywordArgs: false Style/WhileUntilModifier: Enabled: false