Closed bernot-dev closed 9 months ago
Using go run instead of running the binary inside of Docker reduces the linting time considerably, from on the order of a minute with Docker to about 3-5 seconds using go run.
go run
Using
go run
instead of running the binary inside of Docker reduces the linting time considerably, from on the order of a minute with Docker to about 3-5 seconds usinggo run
.