Andy Waite
Andy Waite
Reported via the DX Slack: > "Update language server gem" action doesn't persist if you have ruby-lsp-rspec installed We kept running into "Error while indexing: undefined method `required_positionals'" errors, which...
It seems there are still some issues to be resolved, but in the mean time let's direct people to this thread. cc [therbob](https://github.com/etherbob)
``` /Users/andyw8/.gem/ruby/3.4.0-preview2/gems/smart_todo-1.9.0/lib/smart_todo_cop.rb:12: warning: Inheriting from `RuboCop::Cop::Cop` is deprecated. Use `RuboCop::Cop::Base` instead. For more information, see https://docs.rubocop.org/rubocop/v1_upgrade_notes.html. ````
This is the fix suggested by @jon-sully in https://github.com/threedaymonk/htmlbeautifier/issues/78#issuecomment-2369219951 It may need further work and verification, so I'm only opening it as a draft for now to allow for discussion....
May need Actions to be enabled by the repo owner.
Now that RuboCop uses lint_roller, is it expected that Standard should work with any RuboCop plugin that has been updated to use lint_roller? I'm trying to use Standard with rubocop-minitest...
### Summary Snippet selection currently uses the `description` value in the selection menu, which is typically longer than the key and may need to be truncated. For example, with the...
Since https://github.com/sorbet/sorbet/pull/7993, Sorbet can assume types for constants initialized via assignment when they contain array literals containing only other literals. This means many of the `T.let` calls in existing code...
It's shown in the code but missing from the command.
Only a few minor changes were needed.