.rubocop.yml: disable Sorbet/Refinement

This commit is contained in:
Bo Anderson 2024-10-16 04:08:39 +01:00
parent be0d93d009
commit bce46628b0
No known key found for this signature in database

View File

@ -271,6 +271,13 @@ 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: