1
1
Fork 0
mirror of https://github.com/mjl-/mox.git synced 2025-04-21 21:40:01 +03:00

run ineffassign (fast) before staticcheck (slow)

This commit is contained in:
Mechiel Lukkien 2025-04-07 18:40:54 +02:00
parent 902de0e1f9
commit 5a7d5fce98
No known key found for this signature in database

View file

@ -52,13 +52,13 @@ check:
CGO_ENABLED=0 go vet -tags errata rfc/errata.go
CGO_ENABLED=0 go vet -tags xr rfc/xr.go
GOARCH=386 CGO_ENABLED=0 go vet ./...
CGO_ENABLED=0 ineffassign ./...
CGO_ENABLED=0 staticcheck ./...
CGO_ENABLED=0 staticcheck -tags integration
CGO_ENABLED=0 staticcheck -tags website website/website.go
CGO_ENABLED=0 staticcheck -tags link rfc/link.go
CGO_ENABLED=0 staticcheck -tags errata rfc/errata.go
CGO_ENABLED=0 staticcheck -tags xr rfc/xr.go
CGO_ENABLED=0 ineffassign ./...
# needed for check-shadow
install-shadow: