aserto-dev / go-aserto

Aserto golang SDK
MIT License
3 stars 1 forks source link

Gin improvements + zerolog #27

Closed ronenh closed 2 months ago

ronenh commented 2 months ago
gertd commented 2 months ago

We should update makefile lint to something like:

go work edit -json | jq -r '.Use[].DiskPath'  | xargs -I{} .ext/bin/golangci-lint run {}/... -c .golangci.yaml

similar for test

go work edit -json | jq -r '.Use[].DiskPath'  | xargs -I{} .ext/bin/gotestsum --format short-verbose -- -count=1 -v {}/...