Skip to content

Commit 6cdfab0

Browse files
committed
mute tfproviderlint false positive on identity schemas
1 parent 4f6d52c commit 6cdfab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ website:
5656
.PHONY: build test testacc vet fmt fmtcheck errcheck test-compile website
5757

5858
tfproviderlint:
59-
go tool tfproviderlint -R014=false -AT001.ignored-filename-suffixes=_data_source_test.go ./...
59+
go tool tfproviderlint -R014=false -S013=false -AT001.ignored-filename-suffixes=_data_source_test.go ./...
6060

6161
tfproviderdocs:
6262
go tool tfproviderdocs check -provider-name scaleway -enable-contents-check
6363

6464
tfproviderlintx:
65-
go tool tfproviderlintx -XR001=false -XS002=false ./...
65+
go tool tfproviderlintx -XR001=false -S013=false -XS002=false ./...

0 commit comments

Comments
 (0)