config/default.yml in rubocop-sorbet-0.8.5 vs config/default.yml in rubocop-sorbet-0.8.6

- old
+ new

@@ -1,4 +1,12 @@ +Sorbet/Refinement: + Description: >- + Checks for the use of Ruby Refinements library. Refinements add + complexity and incur a performance penalty that can be significant + for large code bases. They are also not supported by Sorbet. + Enabled: pending + VersionAdded: '<<next>>' + inherit_mode: merge: - Exclude Sorbet/AllowIncompatibleOverride: