@@ -51,9 +51,10 @@ archives:
51
51
- README.md
52
52
53
53
snapshot :
54
- name_template : SNAPSHOT-{{ .Commit }}
54
+ version_template : SNAPSHOT-{{ .Commit }}
55
55
56
56
checksum :
57
+ disable : false
57
58
name_template : ' {{ .ProjectName }}-{{ .Version }}-checksums.txt'
58
59
59
60
changelog :
@@ -73,6 +74,7 @@ changelog:
73
74
- Merge branch
74
75
75
76
release :
77
+ skip_upload : false
76
78
github :
77
79
owner : golangci
78
80
name : golangci-lint
@@ -90,12 +92,16 @@ source:
90
92
name_template : ' {{ .ProjectName }}-{{ .Version }}-source'
91
93
92
94
brews :
93
- - repository :
95
+ - description : Fast linters runner for Go.
96
+ homepage : https://golangci.com
97
+ skip_upload : false
98
+ repository :
94
99
owner : golangci
95
100
name : homebrew-tap
101
+ commit_author :
102
+ name : golangci-releaser
103
+
96
104
directory : Formula
97
- homepage : https://golangci.com
98
- description : Fast linters runner for Go.
99
105
install : |
100
106
bin.install "golangci-lint"
101
107
output = Utils.popen_read("#{bin}/golangci-lint completion bash")
@@ -109,29 +115,29 @@ brews:
109
115
system "#{bin}/golangci-lint --version"
110
116
111
117
chocolateys :
112
- - name : golangci-lint
113
- owners : golangci
118
+ - summary : Fast linters Runner for Go
119
+ description : |
120
+ {{ .ProjectName }} installer package.
121
+ Fast linters Runner for Go.
122
+ project_url : https://golangci-lint.run
123
+ skip_publish : false
124
+ name : golangci-lint
114
125
title : Golangci-lint
126
+ owners : golangci
115
127
authors : golangci
116
- project_url : https://golangci-lint.run
128
+ copyright : 2024 GolangCI
117
129
url_template : " https://github.com/golangci/golangci-lint/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
118
130
icon_url : " https://cdn.rawgit.com/golangci/golangci-lint/master/assets/go.png"
119
- copyright : 2024 GolangCI
120
131
license_url : https://github.com/golangci/golangci-lint/blob/master/LICENSE
121
132
require_license_acceptance : false
122
133
project_source_url : https://github.com/golangci/golangci-lint
123
134
package_source_url : https://github.com/golangci/golangci-lint
124
135
docs_url : https://golangci-lint.run
125
136
bug_tracker_url : https://github.com/golangci/golangci-lint/issues
126
137
tags : " go golang lint linter"
127
- summary : Fast linters Runner for Go
128
- description : |
129
- {{ .ProjectName }} installer package.
130
- Fast linters Runner for Go.
131
138
release_notes : " https://github.com/golangci/golangci-lint/releases/tag/v{{ .Version }}"
132
139
api_key : " {{ .Env.CHOCOLATEY_API_KEY }}"
133
140
source_repo : " https://push.chocolatey.org/"
134
- skip_publish : false
135
141
goamd64 : v1
136
142
137
143
aurs :
@@ -164,26 +170,26 @@ aurs:
164
170
./golangci-lint completion fish | install -Dm644 /dev/stdin "${pkgdir}/usr/share/fish/vendor_completions.d/golangci-lint.fish"
165
171
166
172
snapcrafts :
167
- - name_template : " {{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
168
- grade : stable
169
- confinement : classic
170
- license : GPL-3.0
171
- base : core22
172
- summary : Fast linters runner for Go.
173
+ - summary : Fast linters runner for Go.
173
174
description : |
174
175
It runs linters in parallel, uses caching, supports YAML configuration, integrates with all major IDEs, and includes over a hundred linters.
175
176
disable : false
176
177
publish : true
178
+ name_template : " {{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
179
+ grade : stable
180
+ confinement : classic
181
+ license : GPL-3.0
182
+ base : core22
177
183
178
184
nfpms :
179
- -
185
+ - description : Fast linters Runner for Go
186
+ homepage : https://golangci-lint.run/
180
187
id : golangci-lint-nfpms
181
188
package_name : golangci-lint
182
189
file_name_template : " {{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
183
- homepage : https://golangci-lint.run/
184
- maintainer :
" golangci-lint Team <[email protected] >"
185
- description : Fast linters Runner for Go
190
+ maintainer :
" Golangci-lint Maintainers <[email protected] >"
186
191
license : GPLv3
192
+ vendor : golangci
187
193
section : golang
188
194
formats :
189
195
- deb
@@ -246,6 +252,7 @@ docker_manifests:
246
252
247
253
dockers :
248
254
- use : buildx
255
+ skip_push : false
249
256
goos : linux
250
257
goarch : amd64
251
258
dockerfile : build/buildx.Dockerfile
0 commit comments