require: rubocop-rspec Style/Documentation: Enabled: false Layout/LineLength: Max: 100 Metrics/MethodLength: Max: 50 Metrics/BlockLength: Max: 150 Metrics/ModuleLength: Max: 200 Metrics/AbcSize: Max: 70 Lint/UselessAssignment: Exclude: - spec/data/* RSpec/ExampleLength: Max: 100