Skip to content

Commit

Permalink
Add zsh completion to homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
darklore authored and tpounds committed Jan 11, 2020
1 parent 77dabb3 commit b32e16d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Expand Up @@ -83,6 +83,8 @@ brews:
bin.install "golangci-lint"
output = Utils.popen_read("#{bin}/golangci-lint completion bash")
(bash_completion/"golangci-lint").write output
output = Utils.popen_read("#{bin}/golangci-lint completion zsh")
(zsh_completion/"_golangci-lint").write output
prefix.install_metafiles
test: |
system "#{bin}/golangci-lint --version"

0 comments on commit b32e16d

Please sign in to comment.