require: rubocop-rspec LineLength: Max: 100 Documentation: Enabled: false FrozenStringLiteralComment: Enabled: false WordArray: Enabled: false SymbolArray: Enabled: false Rails: Enabled: true Rails/MultipleExpectations: Enabled: false RSpec/ExampleLength: Max: 10 Style/MutableConstant: Enabled: false Metrics/BlockLength: Exclude: - 'spec/**/*_spec.rb' AllCops: Exclude: - 'infinum_id.gemspec' - 'db/schema.rb' - 'db/migrate/*.rb' - 'config/**/*.rb' - 'spec/rails_app/db/schema.rb'