docs: document the no-DNS-mocking policy in README (closes #94) #95
Reference in New Issue
Block a user
Delete Branch "docs/no-dns-mocking-readme"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a prominent "No DNS mocking. Ever." section near the top of
README.md, per owner policy (sneak, 2026-08-07):Markdown-only change; matches the README's existing tone and hard-wrap style.
script/fmtcovers Go only, so no formatter output applies to this file. Verified viascript/cibuild(docker build runsmake checkwith the pinned toolchain) — green. A direct localmake checkshows 21 pre-existinggoconstlint findings that come from a newer localgolangci-lint(v2.12.2 vs the pinned v2.10.1) and are unrelated to this change.Related: #93 is being reframed under this policy.