hanami-mailer/.rubocop.yml

7 lines
154 B
YAML

inherit_from:
- https://raw.githubusercontent.com/hanami/hanami/master/.rubocop.yml
Metrics/BlockLength:
Exclude:
- 'test/**/*'
- 'spec/**/*'