hanami-helpers/.rubocop.yml

15 lines
413 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/**/*_test.rb" # Minitest syntax generates this false positive
- 'spec/**/*'
Style/MethodMissing:
Enabled: false
Style/IndentHeredoc:
Enabled: false
Style/SymbolArray:
Enabled: false