Minor test improvements

This commit is contained in:
Dan Jones 2025-07-08 11:32:06 -05:00
commit 18d987caf7
3 changed files with 59 additions and 50 deletions

View file

@ -23,6 +23,11 @@ linters:
- gosec
- perfsprint
- testifylint
exclusions:
rules:
- path: _test\.go
linters:
- err113
settings:
testifylint:
enable-all: true