Skip to content

fix(goreleaser): make Homebrew formula pass brew audit - #5973

Open
trademomentumllc wants to merge 1 commit into
fluxcd:mainfrom
trademomentumllc:fix/goreleaser-homebrew-audit
Open

fix(goreleaser): make Homebrew formula pass brew audit#5973
trademomentumllc wants to merge 1 commit into
fluxcd:mainfrom
trademomentumllc:fix/goreleaser-homebrew-audit

Conversation

@trademomentumllc

Copy link
Copy Markdown

Fixes two common brew audit --strict failures in the generated Homebrew formula:

  • Description no longer starts with the formula name.
  • Test system call uses separate arguments instead of a shell string.

This ensures future releases of Flux publish a compliant formula to fluxcd/homebrew-tap.

Related to fluxcd/homebrew-tap#17.

Update the generated Homebrew formula to avoid two common
brew audit --strict failures:

- Description no longer starts with the formula name.
- Test system call uses separate arguments instead of a shell string.

This ensures future releases of flux publish a compliant formula to
fluxcd/homebrew-tap.
@stefanprodan

Copy link
Copy Markdown
Member

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.

2 participants