diff --git a/.gitignore b/.gitignore index d202b7121..6e464bdff 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ node_modules/ **/.vuepress/dist helm/test-values.yaml *.swp -golangci-lint \ No newline at end of file +golangci-lint +atlantis \ No newline at end of file diff --git a/Makefile b/Makefile index fbb38fbd5..d6de8b73a 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ lint: ## Run linter locally golangci-lint run check-lint: ## Run linter in CI/CD. If running locally use 'lint' - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b ./bin v1.24.0 + curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b ./bin v1.23.8 ./bin/golangci-lint run -j 4 check-fmt: ## Fail if not formatted