hanami-utils/.rubocop.yml

14 lines
349 B
YAML
Raw Permalink Normal View History

# 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:
- "lib/hanami/utils/escape.rb"
- "spec/**/*"
2020-09-20 14:09:39 +00:00
Lint/MissingSuper:
Enabled: false
Style/CommentedKeyword:
Exclude:
- "spec/**/*"