hanami-mailer/.rubocop.yml

9 lines
246 B
YAML
Raw Normal View History

2017-10-03 10:09:53 +00:00
# Please keep AllCops, Bundler, Style, Metrics groups and then order cops
# alphabetically
inherit_from:
2021-06-15 10:44:30 +00:00
- https://raw.githubusercontent.com/hanami/devtools/main/.rubocop.yml
Style/Documentation:
Exclude:
- "examples/*"
- "spec/**/*"