Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dgunay opened this issue Aug 15, 2023 · 0 comments
Open

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

dgunay opened this issue Aug 15, 2023 · 0 comments

Comments

@dgunay
Copy link

dgunay commented Aug 15, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant