Deny vaultik's faultstore package to non-test code in depguard

The canonical config asks each repo to name its own test-support
packages in the depguard test-support deny list. faultstore is one
and its directory name does not end in test.

Model: opus-5-5
This commit is contained in:
2026-09-22 23:58:48 +00:00
parent 9f79834b59
commit a995ad97dc
+4
View File
@@ -60,6 +60,10 @@ linters:
desc: >- desc: >-
Test-support code belongs in test files and in packages whose Test-support code belongs in test files and in packages whose
directory name ends in test, not in the shipped binary. directory name ends in test, not in the shipped binary.
- pkg: sneak.berlin/go/vaultik/internal/storage/faultstore
desc: >-
Test-support code belongs in test files and in packages whose
directory name ends in test, not in the shipped binary.
# Only decisions already recorded in the Go package defaults are # Only decisions already recorded in the Go package defaults are
# listed here. Every entry matches the module path exactly. # listed here. Every entry matches the module path exactly.
gomodguard_v2: gomodguard_v2: