Skip to content

Split generate command across multiple lines#52

Merged
wfchandler merged 3 commits into
mainfrom
wc/shorter-brew-lines
Jul 5, 2025
Merged

Split generate command across multiple lines#52
wfchandler merged 3 commits into
mainfrom
wc/shorter-brew-lines

Conversation

@wfchandler

Copy link
Copy Markdown
Collaborator

brew style fails with an uncorrectable error due to the line length of our generate_completions_from_executable method calls. This isn't a big issue as the tap is still updated, but it creates some noise in the CI job as it looks like the Homebrew publish job has failed.

Put each argument to generate_completions_from_executable on a separate line to make this easier for brew style to manipulate.

`brew style` fails with an uncorrectable error due to the line length of
our `generate_completions_from_executable` method calls. This isn't a
big issue as the `tap` is still updated, but it creates some noise in
the CI job as it looks like the Homebrew publish job has failed.

Put each argument to `generate_completions_from_executable` on a
separate line to make this easier for `brew style` to manipulate.
@wfchandler
wfchandler merged commit 13ee316 into main Jul 5, 2025
15 checks passed
@wfchandler
wfchandler deleted the wc/shorter-brew-lines branch July 5, 2025 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant