AllCops:
Exclude:
- vendor/**/*
- example/**/*
inherit_from: .rubocop_todo.yml
Metrics/LineLength:
- spec/**/*
Style/IndentHash:
EnforcedStyle: consistent