Files
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
204 B
YAML

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