require: - rubocop-performance - rubocop-rake - rubocop-rspec AllCops: NewCops: enable TargetRubyVersion: 2.6 Layout/LineLength: Max: 120 Metrics/BlockLength: IgnoredMethods: ["context", "describe"] RSpec/ExampleLength: Enabled: false RSpec/MultipleExpectations: Enabled: false Style/Documentation: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/StringLiterals: EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes