hanami-controller/.rubocop.yml

13 lines
279 B
YAML

# Please keep AllCops, Bundler, Style, Metrics groups and then order cops
# alphabetically
inherit_from:
- https://raw.githubusercontent.com/hanami/devtools/main/.rubocop.yml
Layout/LineLength:
Exclude:
- 'spec/**/*.rb'
Metrics/AbcSize:
Exclude:
- 'spec/**/*.rb'