GoogleCloudPlatform / prometheus-engine

Google Cloud Managed Service for Prometheus libraries and manifests.
https://g.co/cloud/managedprometheus
Apache License 2.0
195 stars 93 forks source link

ci: change make lint command #801

Closed bernot-dev closed 9 months ago

bernot-dev commented 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.