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 d5f7ad3 commit 59232e6Copy full SHA for 59232e6
.goreleaser.yml
@@ -92,6 +92,8 @@ brews:
92
(bash_completion/"golangci-lint").write output
93
output = Utils.popen_read("#{bin}/golangci-lint completion zsh")
94
(zsh_completion/"_golangci-lint").write output
95
+ output = Utils.popen_read("#{bin}/golangci-lint completion fish")
96
+ (fish_completion/"eksctl.fish").write output
97
prefix.install_metafiles
98
test: |
99
system "#{bin}/golangci-lint --version"
0 commit comments