From a995ad97dc4dc4107b17bc0982deb790f15375cd Mon Sep 17 00:00:00 2001 From: sneak Date: Tue, 22 Sep 2026 23:58:48 +0000 Subject: [PATCH] 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 --- .golangci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index a7a74c2..d8179d9 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -60,6 +60,10 @@ linters: desc: >- Test-support code belongs in test files and in packages whose 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 # listed here. Every entry matches the module path exactly. gomodguard_v2: