@@ -26,64 +26,6 @@ linters:
2626 - unparam
2727 - unused
2828 - usetesting
29- - tfproviderlint
30-
31- settings :
32- custom :
33- tfproviderlint :
34- type : module
35- description : Reports Terraform provider linting issues.
36- original-url : github.com/bflad/tfproviderlint/cmd/tfproviderlintx
37- settings :
38- # https://github.com/bflad/tfproviderlint/tree/main?tab=readme-ov-file#standard-acceptance-test-checks
39- enabled-checks :
40- - AT005 # https://github.com/bflad/tfproviderlint/tree/main/passes/AT005
41- - AT008 # https://github.com/bflad/tfproviderlint/tree/main/passes/AT008
42- - R005 # https://github.com/bflad/tfproviderlint/tree/main/passes/R005
43- - R006 # https://github.com/bflad/tfproviderlint/tree/main/passes/R006
44- - R011 # https://github.com/bflad/tfproviderlint/tree/main/passes/R011
45- - R012 # https://github.com/bflad/tfproviderlint/tree/main/passes/R012
46- - R013 # https://github.com/bflad/tfproviderlint/tree/main/passes/R013
47- - R015 # https://github.com/bflad/tfproviderlint/tree/main/passes/R015
48- - R016 # https://github.com/bflad/tfproviderlint/tree/main/passes/R016
49- - R017 # https://github.com/bflad/tfproviderlint/tree/main/passes/R017
50- - S001 # https://github.com/bflad/tfproviderlint/tree/main/passes/S001
51- - S002 # https://github.com/bflad/tfproviderlint/tree/main/passes/S002
52- - S003 # https://github.com/bflad/tfproviderlint/tree/main/passes/S003
53- - S004 # https://github.com/bflad/tfproviderlint/tree/main/passes/S004
54- - S005 # https://github.com/bflad/tfproviderlint/tree/main/passes/S005
55- - S007 # https://github.com/bflad/tfproviderlint/tree/main/passes/S007
56- - S008 # https://github.com/bflad/tfproviderlint/tree/main/passes/S008
57- - S009 # https://github.com/bflad/tfproviderlint/tree/main/passes/S009
58- - S010 # https://github.com/bflad/tfproviderlint/tree/main/passes/S010
59- - S011 # https://github.com/bflad/tfproviderlint/tree/main/passes/S011
60- - S012 # https://github.com/bflad/tfproviderlint/tree/main/passes/S012
61- - S014 # https://github.com/bflad/tfproviderlint/tree/main/passes/S014
62- - S015 # https://github.com/bflad/tfproviderlint/tree/main/passes/S015
63- - S016 # https://github.com/bflad/tfproviderlint/tree/main/passes/S016
64- - S017 # https://github.com/bflad/tfproviderlint/tree/main/passes/S017
65- - S018 # https://github.com/bflad/tfproviderlint/tree/main/passes/S018
66- - S021 # https://github.com/bflad/tfproviderlint/tree/main/passes/S021
67- - S022 # https://github.com/bflad/tfproviderlint/tree/main/passes/S022
68- - S023 # https://github.com/bflad/tfproviderlint/tree/main/passes/S023
69- - S024 # https://github.com/bflad/tfproviderlint/tree/main/passes/S024
70- - S025 # https://github.com/bflad/tfproviderlint/tree/main/passes/S025
71- - S026 # https://github.com/bflad/tfproviderlint/tree/main/passes/S026
72- - S027 # https://github.com/bflad/tfproviderlint/tree/main/passes/S027
73- - S028 # https://github.com/bflad/tfproviderlint/tree/main/passes/S028
74- - S029 # https://github.com/bflad/tfproviderlint/tree/main/passes/S029
75- - S030 # https://github.com/bflad/tfproviderlint/tree/main/passes/S030
76- - S031 # https://github.com/bflad/tfproviderlint/tree/main/passes/S031
77- - S032 # https://github.com/bflad/tfproviderlint/tree/main/passes/S032
78- - S033 # https://github.com/bflad/tfproviderlint/tree/main/passes/S033
79- - S035 # https://github.com/bflad/tfproviderlint/tree/main/passes/S035
80- - S036 # https://github.com/bflad/tfproviderlint/tree/main/passes/S036
81- - S037 # https://github.com/bflad/tfproviderlint/tree/main/passes/S037
82- - XR004 # https://github.com/bflad/tfproviderlint/tree/main/passes/XR004
83- - XR006 # https://github.com/bflad/tfproviderlint/tree/main/passes/XR006
84- - XR008 # https://github.com/bflad/tfproviderlint/tree/main/passes/XR008
85- # Custom local checks
86- - L001 # file:///./tools/tfproviderlint/checks/L001/L001.go
8729
8830 exclusions :
8931 generated : lax
0 commit comments