Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ryanseys opened this issue Jul 16, 2024 · 2 comments

Comments

@ryanseys
Copy link
Member

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
Copy link
Contributor

andyw8 commented Jul 16, 2024

Already fixed in #240, will be released shortly.

@andyw8 andyw8 closed this as completed Jul 16, 2024
@ryanseys
Copy link
Member Author

thanks beat me to it haha!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants