Feature request: configure the symbol name to check for #43
Open
Description
Some code I work with uses a subset of testing.T
's interface, and so has declared something like this:
type TestingT interface {
Helper()
// ... other methods of testing.T
}
The linter doesn't pick up on that and AFAICT can't be configured to consider TestingT
to be something to check for Helper
calls.
Metadata
Assignees
Labels
No labels