File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff 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-
10384nfpms :
10485 - id : golangci-lint-nfpms
10586 package_name : golangci-lint
You can’t perform that action at this time.
0 commit comments