You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linting and autocorrecting 62 files with 19 linters (12 autocorrectable)...vendor/ruby/ruby/3.3.0/gems/erb_lint-0.6.0/lib/erb_lint/corrector.rb:20: warning: `Corrector.new` with corrections is deprecated.See https://docs.rubocop.org/rubocop/v1_upgrade_notes.htmlvendor/ruby/ruby/3.3.0/gems/rubocop-1.65.1/lib/rubocop/cop/legacy/corrector.rb:22: warning: `Corrector#corrections` is deprecated. Open an issue if you have a valid usecase.See https://docs.rubocop.org/rubocop/v1_upgrade_notes.html
ClosesShopify#368
This is pretty much just a compatibility layer in itself.
Cops here are still declared with the old style (`autocorrect` instance method for example)
but rewriting that all is not trivial and also works just fine
Delighted to see this is in hand. Thank you! I'm trying to convince my colleagues to add to our linter collection, but without -a It's going to be a very hard sell.
Details are in https://docs.rubocop.org/rubocop/v1_upgrade_notes.html#detailed-api-changes
The text was updated successfully, but these errors were encountered: