Shopify / rubocop-sorbet

A collection of RuboCop rules for Sorbet
MIT License
178 stars 26 forks source link

Remove Sorbet/OneAncestorPerLine cop from config/rbi.yml #227

Closed st0012 closed 4 months ago

st0012 commented 4 months ago

This cop has been removed in #206, so we should remove it from the rubocop config as well. Otherwise, downstream users will see this error:

Error: The `Sorbet/OneAncestorPerLine` cop has been removed since `require_ancestor` now takes a block instead of arguments.
(obsolete configuration found in vendor/bundle/ruby/3.3.0/gems/rubocop-sorbet-0.8.2/config/rbi.yml, please update it)