Documentation
¶
Overview ¶
Package testaudit provides meta-audit tests that enforce architectural invariants across the hawk codebase using go/ast analysis.
These tests parse the source tree and fail when forbidden patterns are detected (e.g., raw panic calls, direct os.Getenv usage, missing doc comments on exported types).
Click to show internal directories.
Click to hide internal directories.