mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-18 20:59:39 +02:00
9 lines
No EOL
204 B
YAML
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 |