require:
  - rubocop-rails
  - rubocop-factory_bot
  - rubocop-rspec
  - rubocop-rspec_rails
AllCops:
  NewCops: enable
  Exclude:
    - 'db/**/*'
    - 'config/**/*'
    - 'script/**/*'
    - 'bin/*'
    - '*.yml'
Layout/LineLength:
  Max: 120
RSpec/ExampleLength:
  Enabled: false
Metrics/ModuleLength:
  Enabled: false
RSpec/MultipleMemoizedHelpers:
  Enabled: false
Style/Documentation:
  Enabled: false
Metrics/MethodLength:
  Max: 20
Rails/SkipsModelValidations:
  Enabled: false
Metrics/AbcSize:
  Enabled: false