You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./testdata/main_test.go:5:20: test testing.T: use t for testing.T params
./testdata/main_test.go:6:20: tst testing.T: use t for testing.T params
./testdata/main_test.go:8:24: bench testing.B: use b for testing.B params
=> could omit explanation related to "params"
./testdata/main_test.go:5:20: param test testing.T: rename to t
./testdata/main_test.go:6:20: param tst testing.T: rename to t
./testdata/main_test.go:8:24: param bench testing.B: rename to t
The text was updated successfully, but these errors were encountered:
This can increase warning messages clarity.
The text was updated successfully, but these errors were encountered: