inherit_from: .rubocop_todo.yml require: - rubocop-performance - rubocop-rake - rubocop-rspec AllCops: NewCops: enable TargetRubyVersion: 2.6 SuggestExtensions: false Layout/LineLength: Max: 200 Metrics: Enabled: false RSpec/ExampleLength: Enabled: false Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Style/Documentation: Enabled: false