Skip to content

Commit bc15e66

Browse files
committed
Update tfproviderlint to enforce schema descriptions
1 parent 4b7a08a commit bc15e66

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
@@ -42,7 +42,7 @@ fmt:
4242

4343
tfproviderlint:
4444
go run github.com/bflad/tfproviderlint/cmd/tfproviderlintx \
45-
-XAT001=false -XR003=false -XR005=false -XS001=false -XS002=false \
45+
-XAT001=false -XR003=false -XS002=false \
4646
./...
4747

4848
lint: tfproviderlint

0 commit comments

Comments
 (0)