From e1f01c26cabc791ff3f8014b934003b924360323 Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Mon, 24 Apr 2023 19:13:14 -0700 Subject: [PATCH] Enable Sorbet/RedundantExtendTSig --- Library/.rubocop.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 7fca2f268c..7cb07e6f70 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -280,9 +280,14 @@ RSpec/Focus: Sorbet/ConstantsFromStrings: Enabled: false +# This is already the default Sorbet/FalseSigil: Enabled: false +# T::Sig is monkey-patched into Module +Sorbet/RedundantExtendTSig: + Enabled: true + Sorbet/StrictSigil: inherit_mode: override: