Skip to content

Commit 8fb6ec7

Browse files
committed
Add installation of tfproviderlintx to make tools
Signed-off-by: Timo Sand <[email protected]>
1 parent f4a5b1a commit 8fb6ec7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

GNUmakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ default: build
3030
tools:
3131
go install github.com/client9/misspell/cmd/[email protected]
3232
go install github.com/golangci/golangci-lint/v2/cmd/[email protected]
33+
go install github.com/bflad/tfproviderlint/cmd/tfproviderlintx@latest
3334

3435
build: lintcheck
3536
CGO_ENABLED=0 go build -ldflags="-s -w" ./...

0 commit comments

Comments
 (0)