Closed koic closed 3 months ago
Follow up https://github.com/Shopify/rubocop-sorbet/pull/240#issuecomment-2223587240.
The legacy Cop::Cop API is deprecated and this PR use new Cop::Base API instead.
Cop::Cop
Cop::Base
maintain any RuboCop extensions, as the legacy API will be removed in RuboCop 2.0.
https://metaredux.com/posts/2020/10/21/rubocop-1-0.html
cc @sambostock
(I will fix that failure then merge)
@andyw8 I've rebased it with the latest main branch to pass CI.
Follow up https://github.com/Shopify/rubocop-sorbet/pull/240#issuecomment-2223587240.
The legacy
Cop::Cop
API is deprecated and this PR use newCop::Base
API instead.https://metaredux.com/posts/2020/10/21/rubocop-1-0.html