hanami-utils/.rubocop.yml

14 lines
346 B
YAML

# Please keep AllCops, Bundler, Style, Metrics groups and then order cops
# alphabetically
inherit_from:
- https://raw.githubusercontent.com/hanami/hanami/master/.rubocop.yml
Metrics/BlockLength:
Exclude:
- 'test/**/*'
Style/DoubleNegation:
Enabled: false
Style/SpecialGlobalVars:
Enabled: false
Style/MethodMissing:
Enabled: false