yet more staticcheck

This commit is contained in:
John Kerl 2026-03-03 10:17:01 -05:00
parent 718ec1685a
commit ed84aeb300
15 changed files with 4 additions and 17 deletions

View file

@ -77,7 +77,7 @@ fmt format:
# Needs first: go install honnef.co/go/tools/cmd/staticcheck@latest
# See also: https://staticcheck.io
staticcheck:
staticcheck ./...
staticcheck ./pkg/... ./cmd/mlr/...
# ----------------------------------------------------------------
# For developers before pushing to GitHub.