fix: update linting configuration and dependencies
This commit is contained in:
parent
5ba06af51a
commit
00cfd01136
3 changed files with 9 additions and 4 deletions
3
Makefile
3
Makefile
|
|
@ -12,7 +12,8 @@ project-tools:
|
|||
# LINT
|
||||
lint-golangci-lint:
|
||||
@echo "Linting with golangci-lint"
|
||||
go tool golangci-lint run --fix --config golang-ci.yaml
|
||||
@go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint run --fix --config golang-ci.yaml
|
||||
|
||||
|
||||
lint-tf:
|
||||
@echo "Linting terraform files"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue