File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
scripts/gen_github_action_config Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/golangci/golangci-lint/v2
2
2
3
- go 1.24.6
3
+ go 1.25.0
4
4
5
5
require (
6
6
4d63.com/gocheckcompilerdirectives v1.3.0
Original file line number Diff line number Diff line change 1
1
module github.com/golangci/golangci-lint/v2/scripts/gen_github_action_config
2
2
3
- go 1.24.6
3
+ go 1.25.0
4
4
5
5
require (
6
6
github.com/shurcooL/githubv4 v0.0.0-20240429030203-be2daab69064
Original file line number Diff line number Diff line change @@ -279,7 +279,6 @@ func TestLineDirectiveProcessedFiles(t *testing.T) {
279
279
},
280
280
target : "quicktemplate" ,
281
281
expected : []string {
282
- "testdata/quicktemplate/hello.qtpl.go:10:1: package-comments: should have a package comment (revive)" ,
283
282
"testdata/quicktemplate/hello.qtpl.go:26:1: exported: exported function StreamHello should have comment or be unexported (revive)" ,
284
283
"testdata/quicktemplate/hello.qtpl.go:39:1: exported: exported function WriteHello should have comment or be unexported (revive)" ,
285
284
"testdata/quicktemplate/hello.qtpl.go:50:1: exported: exported function Hello should have comment or be unexported (revive)" ,
@@ -293,7 +292,6 @@ func TestLineDirectiveProcessedFiles(t *testing.T) {
293
292
},
294
293
target : "quicktemplate" ,
295
294
expected : []string {
296
- "testdata/quicktemplate/hello.qtpl.go:10:1: package-comments: should have a package comment (revive)" ,
297
295
"testdata/quicktemplate/hello.qtpl.go:26:1: exported: exported function StreamHello should have comment or be unexported (revive)" ,
298
296
"testdata/quicktemplate/hello.qtpl.go:39:1: exported: exported function WriteHello should have comment or be unexported (revive)" ,
299
297
"testdata/quicktemplate/hello.qtpl.go:50:1: exported: exported function Hello should have comment or be unexported (revive)" ,
You can’t perform that action at this time.
0 commit comments