hanami-mailer/.rubocop.yml

9 lines
246 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
Style/Documentation:
Exclude:
- "examples/*"
- "spec/**/*"