Exclude gosec G104 on binary.Write in render.go
Some checks failed
CI / lint (push) Failing after 35s
CI / test (push) Successful in 33s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Axel Meyer
2026-03-04 01:11:08 +01:00
parent 2e167f0bd1
commit 17ab9d05e7

View File

@@ -14,7 +14,7 @@ linters:
rules:
# binary.Write in ICO header encoding — panic-level errors only
- path: internal/icons/render\.go
linters: [errcheck]
linters: [errcheck, gosec]
source: "binary\\.Write"
# systray menu.ShowMenu has no meaningful error
- path: internal/tray/