Skip to content

Commit 42c585f

Browse files
committed
tests: rename files
1 parent 6df4013 commit 42c585f

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

pkg/golinters/wsl/testdata/fix/in/wsl.go renamed to pkg/golinters/wsl/testdata/fix/in/wsl_v4.go

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

pkg/golinters/wsl/testdata/fix/out/wsl.go renamed to pkg/golinters/wsl/testdata/fix/out/wsl_v4.go

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

pkg/golinters/wsl/testdata/wsl_cgo.go renamed to pkg/golinters/wsl/testdata/ws_v4_cgo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// TODO(ldez) the linter doesn't support cgo.
44

55
//golangcitest:args -Ewsl
6-
//golangcitest:config_path testdata/wsl.yml
6+
//golangcitest:config_path testdata/wsl_v4.yml
77
package testdata
88

99
/*

pkg/golinters/wsl/testdata/wsl.go renamed to pkg/golinters/wsl/testdata/wsl_v4.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//golangcitest:args -Ewsl
2-
//golangcitest:config_path testdata/wsl.yml
2+
//golangcitest:config_path testdata/wsl_v4.yml
33
package testdata
44

55
import (

0 commit comments

Comments
 (0)