Skip to content

Commit 0a53c15

Browse files
committed
tmp
1 parent 1297953 commit 0a53c15

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.goreleaser.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -81,25 +81,6 @@ source:
8181
enabled: true
8282
name_template: "{{ .ProjectName }}-{{ .Version }}-source"
8383

84-
brews:
85-
- tap:
86-
owner: golangci
87-
name: homebrew-tap
88-
folder: Formula
89-
homepage: https://golangci.com
90-
description: Fast linters runner for Go.
91-
install: |
92-
bin.install "golangci-lint"
93-
output = Utils.popen_read("#{bin}/golangci-lint completion bash")
94-
(bash_completion/"golangci-lint").write output
95-
output = Utils.popen_read("#{bin}/golangci-lint completion zsh")
96-
(zsh_completion/"_golangci-lint").write output
97-
output = Utils.popen_read("#{bin}/golangci-lint completion fish")
98-
(fish_completion/"golangci-lint.fish").write output
99-
prefix.install_metafiles
100-
test: |
101-
system "#{bin}/golangci-lint --version"
102-
10384
nfpms:
10485
- id: golangci-lint-nfpms
10586
package_name: golangci-lint

0 commit comments

Comments
 (0)