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 3dcf548 commit 9a3a3e3Copy full SHA for 9a3a3e3
pkg/golinters/usetesting/testdata/usetesting_go124.go
@@ -26,7 +26,7 @@ func Test_osMkdirTemp(t *testing.T) {
26
}
27
28
func Test_osSetenv(t *testing.T) {
29
- os.Setenv("", "")
+ os.Setenv("", "") // want `os\.Setenv\(\) could be replaced by t\.Setenv\(\) in .+`
30
31
32
func Test_osTempDir(t *testing.T) {
0 commit comments