require: - rubocop/cop/internal_affairs - rubocop-performance - rubocop-rake - rubocop-rspec AllCops: NewCops: enable TargetRubyVersion: 2.6 SuggestExtensions: false Layout/LineLength: Enabled: false Metrics: Enabled: false Naming/FileName: Exclude: - lib/rubocop-committee.rb Style/Documentation: Enabled: false Style/StringLiterals: EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes RSpec/ExampleLength: Enabled: false