cert-bundler: lint fixes

This commit is contained in:
2025-11-15 23:27:50 -08:00
parent c99ffd4394
commit b879d62384
2 changed files with 168 additions and 121 deletions

View File

@@ -451,7 +451,7 @@ linters:
- path: 'logging/example_test.go'
linters: [ testableexamples ]
- path: 'main.go'
linters: [ forbidigo, mnd ]
linters: [ forbidigo, mnd, reassign ]
- source: 'TODO'
linters: [ godot ]
- text: 'should have a package comment'