Shopify / rubocop-sorbet

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

Deprecation Warnings: `Cop.registry` is deprecated. Use `Registry.global` instead. #245

Closed ryanseys closed 2 months ago

ryanseys commented 2 months ago

Got these deprecation warnings in my logs:

/Users/ryanseys/.gem/ruby/3.3.4/gems/rubocop-sorbet-0.8.3/lib/rubocop/cop/sorbet/sigils/valid_sigil.rb:21: warning: `Cop.registry` is deprecated. Use `Registry.global` instead.

/Users/ryanseys/.gem/ruby/3.3.4/gems/rubocop-sorbet-0.8.3/lib/rubocop/cop/sorbet/sigils/has_sigil.rb:18: warning: `Cop.registry` is deprecated. Use `Registry.global` instead.
andyw8 commented 2 months ago

Already fixed in https://github.com/Shopify/rubocop-sorbet/pull/240, will be released shortly.

ryanseys commented 2 months ago

thanks beat me to it haha!