require: rubocop-rspec AllCops: NewCops: enable SuggestExtensions: false Style/Documentation: Enabled: false Metrics/LineLength: Max: 120 RSpec/AnyInstance: Enabled: false Metrics/BlockLength: Exclude: - 'Rakefile' - '**/*.rake' - 'spec/**/*.rb' - '*.gemspec'