fix: update linting configuration and dependencies
This commit is contained in:
parent
7181f87aba
commit
5ba06af51a
4 changed files with 1090 additions and 30 deletions
4
Makefile
4
Makefile
|
|
@ -12,9 +12,9 @@ project-tools:
|
|||
# LINT
|
||||
lint-golangci-lint:
|
||||
@echo "Linting with golangci-lint"
|
||||
@$(SCRIPTS_BASE)/lint-golangci-lint.sh
|
||||
go tool golangci-lint run --fix --config golang-ci.yaml
|
||||
|
||||
lint-tf:
|
||||
lint-tf:
|
||||
@echo "Linting terraform files"
|
||||
@terraform fmt -check -diff -recursive
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue