fix: add missing comments to noOpLogger methods and remove deprecated output.format

- Add comments to all noOpLogger methods to satisfy revive exported rule
- Remove deprecated output.format option (use default format instead)

This fixes the linting issues:
- exported: exported method noOpLogger.* should have comment or be unexported
- warning about deprecated output.format option
This commit is contained in:
2025-11-05 13:27:55 +01:00
parent 28f72917b8
commit 5f15ebd967
2 changed files with 16 additions and 6 deletions

View File

@@ -47,6 +47,5 @@ issues:
- revive
output:
format: colored-line-number
print-issued-lines: true
print-linter-name: true