Skip to content

Commit 017954f

Browse files
committed
chore: update test files
1 parent 0943487 commit 017954f

File tree

5 files changed

+1
-3
lines changed

5 files changed

+1
-3
lines changed

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/golangci/golangci-lint/v2
22

33
go 1.23.0
44

5-
toolchain go1.24.1
6-
75
require (
86
4d63.com/gocheckcompilerdirectives v1.3.0
97
4d63.com/gochecknoglobals v0.2.2

pkg/golinters/paralleltest/testdata/paralleltest_custom.go renamed to pkg/golinters/paralleltest/testdata/paralleltest_custom_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//golangcitest:args -Eparalleltest
2-
//golangcitest:config_path testdata/paralleltest_custom.yml
2+
//golangcitest:config_path testdata/paralleltest_custom_test.yml
33
//golangcitest:expected_exitcode 0
44
package testdata
55

0 commit comments

Comments
 (0)