We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cab295 commit 5c70800Copy full SHA for 5c70800
pkg/golinters/usetesting/testdata/usetesting_configuration.go
@@ -24,10 +24,6 @@ func Test_osMkdirTemp(t *testing.T) {
24
os.MkdirTemp("", "")
25
}
26
27
-func Test_osSetenv(t *testing.T) {
28
- os.Setenv("", "") // want `os\.Setenv\(\) could be replaced by t\.Setenv\(\) in .+`
29
-}
30
-
31
func Test_osTempDir(t *testing.T) {
32
os.TempDir() // want `os\.TempDir\(\) could be replaced by t\.TempDir\(\) in .+`
33
0 commit comments