mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-03 18:38:44 +00:00
Merge pull request #991 from jpreese/lint-versioning
Update lint version
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -11,4 +11,5 @@ node_modules/
|
||||
**/.vuepress/dist
|
||||
helm/test-values.yaml
|
||||
*.swp
|
||||
golangci-lint
|
||||
golangci-lint
|
||||
atlantis
|
||||
2
Makefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user