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
Zach Gollwitzer 45add7512b
Handle nil name for entries (#1550)
* Handle nil name for entries

* Fix tests
2024-12-16 12:52:11 -05:00

9 lines
No EOL
204 B
YAML

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