inherit_from: ../.rubocop.yml

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'

Style/ClassAndModuleChildren:
  Enabled: false

Style/MultilineBlockChain:
  Exclude:
    - 'spec/**/*'