Skip to content

testing.TB should not be require name to be tb, prefer t #27

@prashantv

Description

@prashantv

It's more common to name thetesting.TB parameter t instead of tb as required by the tb_name linter.

data from github,
t testing.TB has ~64k hits
tb testing.TB has ~10k hits

Even within the Go repo, t testing.TB is more common (~10 hits) than tb testing.TB (<5 hits)

Metadata

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