1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-18 20:59:39 +02:00
Maybe/.erb_lint.yml

9 lines
204 B
YAML
Raw Normal View History

EnableDefaultLinters: true
linters:
Rubocop:
enabled: true
only: [Style/StringLiterals]
rubocop_config:
Style/StringLiterals:
Enabled: true
EnforcedStyle: double_quotes