Skip to content

Feature request: configure the symbol name to check for #43

Open
@dgunay

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions