From 5ed25c4329ffc8ee5f76b327c01149ae199f2c6a Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Mon, 25 Aug 2025 07:40:22 -0700 Subject: [PATCH] Enable Sorbet/Refinement --- Library/.rubocop.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 235a9524c9..f21ed87c8a 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -297,13 +297,6 @@ Sorbet/ForbidRBIOutsideOfAllowedPaths: Sorbet/RedundantExtendTSig: Enabled: true -# We make limited and intentional use of refinements. -# It's posssible this may change in the future, though we probably still do not want to ban it in taps -# and Sorbet typecheck will tell us what is and isn't a problem anyway. -# Right now, our use of refinements isn't problematic (or at least not yet). -Sorbet/Refinement: - Enabled: false - Sorbet/StrictSigil: Enabled: true Exclude: