We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77dabb3 commit b32e16dCopy full SHA for b32e16d
.goreleaser.yml
@@ -83,6 +83,8 @@ brews:
83
bin.install "golangci-lint"
84
output = Utils.popen_read("#{bin}/golangci-lint completion bash")
85
(bash_completion/"golangci-lint").write output
86
+ output = Utils.popen_read("#{bin}/golangci-lint completion zsh")
87
+ (zsh_completion/"_golangci-lint").write output
88
prefix.install_metafiles
89
test: |
90
system "#{bin}/golangci-lint --version"
0 commit comments