From 2091ef61fdf00ed2fb1089caa787382e85d42733 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Thu, 2 Mar 2023 22:33:28 +0000 Subject: [PATCH] rubocop: The default `Style/FormatStringToken` style is "annotated" --- Library/.rubocop.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 927bbd4bab..83db175afd 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -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