inherit_mode:

merge:
  - Exclude

AllCops:

Exclude:
  - 'bin/*'
  - 'db/schema.rb'
  - 'db/migrate/*'
  - 'node_modules/**/*'
  - 'tmp/**/*'
NewCops: enable
TargetRubyVersion: 2.6

Layout/HashAlignment:

EnforcedColonStyle: table

Layout/LineLength:

Max: 120

Metrics/BlockLength:

Exclude:
  - 'spec/**/*_spec.rb'