Bozhidar Batsov
Bozhidar Batsov
Time to revisit this as I'm done with the bug-fix releases. @dvandersluis what do you think about https://github.com/rubocop/rubocop/pull/14049#issuecomment-2760465704 ?
Btw, perhaps we should make this cop behave more or less like `ItBlockParameter` and adopt configuration about allowing/forbidding/requiring the use of `itself`. Pretty much the same we did for `it`....
I've never heard of this trick, but if it's something common probably the cop's docs should also be expanded to mention explicitly that we're allowing this and why.
Note to self - an explanation of the need for this https://bugs.ruby-lang.org/issues/13574 Seems it's a bit controversial, so I wonder if this should be behind a flag. My main concern...
@rubocop/rubocop-core Any opinions about this suggestion?
I get the point of the suggested cop, but the name seems a bit misleading to me as it seems it only checks empty literals returns in conditionals, which is...
I haven't forgotten about this PR, but I'm still not sure about how to name it exactly. I've also been thinking today that probably it'd be good if the style...
The command was always `eask exec` (and before this `cask exec`), so I'm puzzled how come this didn't work for you. See https://emacs-eask.github.io/Getting-Started/Commands-and-options/#-eask-exec for details.
I myself stopped using Helm a long time ago, but PRs are always welcome!
I didn't use many of Helm's features, so I moved to a simpler minibuffer completion frameworks (first `ivy`, then more recently `vertico`).