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 4f6d52c commit 6cdfab0Copy full SHA for 6cdfab0
GNUmakefile
@@ -56,10 +56,10 @@ website:
56
.PHONY: build test testacc vet fmt fmtcheck errcheck test-compile website
57
58
tfproviderlint:
59
- go tool tfproviderlint -R014=false -AT001.ignored-filename-suffixes=_data_source_test.go ./...
+ go tool tfproviderlint -R014=false -S013=false -AT001.ignored-filename-suffixes=_data_source_test.go ./...
60
61
tfproviderdocs:
62
go tool tfproviderdocs check -provider-name scaleway -enable-contents-check
63
64
tfproviderlintx:
65
- go tool tfproviderlintx -XR001=false -XS002=false ./...
+ go tool tfproviderlintx -XR001=false -S013=false -XS002=false ./...
0 commit comments