Rylan Polster
Rylan Polster
> If someone could help or give a pointer on how to successfully implement a RuboCop, that would be greatly appreciated, given the complex logic (in my opinion, again: not...
> This looks cool. Just wanted to note that there are a couple of formula using `Utils.safe_popen_read({ "SHELL" => "bash" }, bin/"helm", "completion", "bash")` too. So you might want to...
> Local formula searching with API enabled will work if/when `Formula.core_names` reads from the JSON file, in which case Algolia querying won't be needed for that setup. I could enable...
To keep track of progress, here's a list of all of the PRs that include style fixes (some were separated so version bumps could happen at the same time): -...
Thanks, we are aware that `brew info` hasn't been updated to handle `HOMEBREW_INSTALL_FROM_API`. If someone would like to take a stab at this, feel free. Essentially, the goal is to...
Thanks for the kind words, and I'm glad you see the value in the feature! This is exactly what we were hoping for! ❤️
Is that formula part of a tap? I think the problem might be that you're running `brew style` on the file directly instead of on a formula in a tap....
Gotcha. I can reproduce this. The cause is that in your formula, you have `Xz < AbstractOsqueryFormula` while the default for most formulae is `Xz < Formula`. The list of...
> but I have been unable to come up with a solution to get and replace with all shells whilst only walking the AST once. Not sure, I guess I...
> Looks good so far! Unit tests for this should make it much easier to test. Ah yes, I forgot to mention tests in my initial comment. RuboCop tests are,...