By: Michael Lynch <git@mtlynch.io>
Reject Go test files that use non-test packages Add a dev-script that scans tracked *_test.go files and fails if any package declaration does not end in _test. Wire the check into the pre-commit hook and flake outputs so the repository runs it in the standard validation paths.