We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727cfe7 commit f951203Copy full SHA for f951203
GNUmakefile
@@ -20,7 +20,7 @@ endif
20
test: ## Run unit tests.
21
go test $(TESTARGS) $(PROVIDER_SRC_DIR)
22
23
-TFPROVIDERLINTX_CHECKS = -XR003=false -XS002=false
+TFPROVIDERLINTX_CHECKS = -XAT001=false -XR003=false -XS002=false
24
25
fmt: tool-golangci-lint tool-tfproviderlintx tool-terraform tool-shfmt ## Format files and fix issues.
26
gofmt -w -s .
0 commit comments