hanami/.rubocop.yml

13 lines
324 B
YAML

# Please keep AllCops, Bundler, Style, Metrics groups and then order cops
# alphabetically
inherit_from:
- https://raw.githubusercontent.com/hanami/devtools/master/.rubocop.yml
AllCops:
Exclude:
- "vendor/**/*"
- "spec/support/**/*"
- "**/*.gemspec"
Style/MixinGrouping:
Exclude:
- "spec/support/**/*"