From e5fcdd0bd6998590a15b2990617a7dda08ac3369 Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Wed, 19 Apr 2023 09:41:11 -0700 Subject: [PATCH] Enable Sorbet/TrueSigil cop --- Library/.rubocop.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 312c43ad51..fa41c27716 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -295,6 +295,14 @@ Sorbet/StrictSigil: Include: - "**/*.rbi" +Sorbet/TrueSigil: + Enabled: true + Exclude: + - "Taps/**/*" + - "/**/{Formula,Casks}/**/*.rb" + - "**/{Formula,Casks}/**/*.rb" + - "Homebrew/test/**/*.rb" + # Require &&/|| instead of and/or Style/AndOr: EnforcedStyle: always