inherit_from: .rubocop_todo.yml
Metrics/LineLength:
Max: 150
Documentation:
Enabled: false
Style/FrozenStringLiteralComment:
Style/SymbolArray:
Metrics/BlockLength:
Exclude:
- spec/**/*
Style/ClassAndModuleChildren:
EnforcedStyle: compact
AllCops:
- db/*
- bin/**/*
- db/**/*
- config/**/*
- public/**/*
- vendor/**/*
- node_modules/**/*