log: linting fixes

This commit is contained in:
2025-11-15 21:06:05 -08:00
parent 840066004a
commit c7de3919b0
2 changed files with 37 additions and 35 deletions

View File

@@ -446,6 +446,8 @@ linters:
linters: [ testpackage ]
- path: 'dbg/dbg_test.go'
linters: [ testpackage ]
- path: 'log/logger.go'
linters: [ forbidigo ]
- path: 'logging/example_test.go'
linters: [ testableexamples ]
- source: 'TODO'