mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
yet more staticcheck
This commit is contained in:
parent
718ec1685a
commit
ed84aeb300
15 changed files with 4 additions and 17 deletions
2
Makefile
2
Makefile
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue