01Ensures subtests use t.Run for isolated and parallel execution
02Detects anti-patterns like testing private state or shared mutable globals
03Enforces descriptive error messages using the got/want pattern
0414 GitHub stars
05Validates table-driven test structures for maintainability and clarity
06Checks for safe resource cleanup via t.Cleanup to prevent leaks