Skip to content

Commit f951203

Browse files
committed
Reverting lint ignore flag for XAT001
1 parent 727cfe7 commit f951203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ endif
2020
test: ## Run unit tests.
2121
go test $(TESTARGS) $(PROVIDER_SRC_DIR)
2222

23-
TFPROVIDERLINTX_CHECKS = -XR003=false -XS002=false
23+
TFPROVIDERLINTX_CHECKS = -XAT001=false -XR003=false -XS002=false
2424

2525
fmt: tool-golangci-lint tool-tfproviderlintx tool-terraform tool-shfmt ## Format files and fix issues.
2626
gofmt -w -s .

0 commit comments

Comments
 (0)