We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4495f89 commit c215cffCopy full SHA for c215cff
.goreleaser.yml
@@ -67,5 +67,10 @@ brew:
67
folder: Formula
68
homepage: https://golangci.com
69
description: Fast linters runner for Go.
70
+ install: |
71
+ bin.install "golangci-lint"
72
+ output = Utils.popen_read("#{bin}/golangci-lint completion bash")
73
+ (bash_completion/"golangci-lint").write output
74
+ prefix.install_metafiles
75
test: |
76
system "#{bin}/golangci-lint --version"
0 commit comments