rubocop: The default Style/FormatStringToken style is "annotated"

This commit is contained in:
Issy Long 2023-03-02 22:33:28 +00:00
parent 81b0e41183
commit 2091ef61fd
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -377,11 +377,6 @@ Style/FetchEnvVar:
- "/**/Formula/**/*.rb"
- "**/Formula/**/*.rb"
# Prefer tokens with type annotations for consistency
# between formatting numbers and strings.
Style/FormatStringToken:
EnforcedStyle: annotated
# Not used for casks and formulae.
Style/FrozenStringLiteralComment:
EnforcedStyle: always