From f7b18995c92ef535ba200f8c7eac43510c02f0c4 Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Fri, 21 Apr 2023 09:57:25 -0700 Subject: [PATCH] Disable Sorbet/FalseSigil --- Library/.rubocop.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index fa41c27716..7fca2f268c 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -281,11 +281,7 @@ Sorbet/ConstantsFromStrings: Enabled: false Sorbet/FalseSigil: - Exclude: - - "Taps/**/*" - - "/**/{Formula,Casks}/**/*.rb" - - "**/{Formula,Casks}/**/*.rb" - - "Homebrew/test/**/Casks/**/*.rb" + Enabled: false Sorbet/StrictSigil: inherit_mode: