repoqa

package
v1.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 26, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package repoqa holds repository-wide invariant tests: formatting, layout, and code-rule gates that apply to the whole tree rather than to one package.

Purpose: keep tree-wide engineering rules enforceable by `go test ./...`. Inputs: the repository source tree, located by walking up from the test's

working directory until go.mod is found.

Outputs: test failures naming the offending files. Constraints: tests here must be read-only and must never require Docker,

network access, or a built binary.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL