.rubocop.yml
inherit_from: .rubocop_todo.yml
require:
- rubocop/cop/internal_affairs
- rubocop-performance
- rubocop-rake
- rubocop-rspec
AllCops:
NewCops: enable
TargetRubyVersion: 2.7
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/DescribeClass:
Exclude:
- spec/project/**/*.rb
RSpec/ExampleLength:
Enabled: false