Skip to content

Commit

Permalink
.rubocop.yml: disable Sorbet/Refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo98 committed Oct 16, 2024
1 parent be0d93d commit bce4662
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Library/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bce4662

Please sign in to comment.