-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
This can increase warning messages clarity.
./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
Metadata
Metadata
Assignees
Labels
No labels