Scope the .golangci.yml agent prohibition to vendored copies #49

Merged
sneak merged 2 commits from policy/scope-golangci-rule-to-vendored-copies into main 2026-08-30 06:26:20 +02:00

2 Commits

Author SHA1 Message Date
fd5d305ba7 Merge branch 'main' into policy/scope-golangci-rule-to-vendored-copies
All checks were successful
check / check (push) Successful in 24s
2026-08-30 06:26:09 +02:00
a614cd6ffb policy: scope the .golangci.yml rule to vendored copies
All checks were successful
check / check (push) Successful in 9s
Stated unqualified, the rule forbade an agent from modifying
.golangci.yml anywhere, including the canonical copy in this repo --
the only place it can be fixed. Compliance and remediation were
mutually exclusive.

Scope the prohibition to the vendored copy in a consuming repo, which
is the property the rule exists to protect, and name the one legitimate
path for change: a PR against canonical here, merged only by the user.
2026-08-19 14:25:30 +00:00