From fe8d04c62f7943cb099bdbf11171b02fe6d94de6 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Tue, 10 Mar 2020 14:46:59 -0500 Subject: [PATCH] tests/provider: Enable passing tfproviderlint v0.10.0 checks (#12088) Reference: https://github.com/terraform-providers/terraform-provider-aws/pull/12074 Gaps in `tfproviderlint`/`awsproviderlint` checking are covered by the following issues: Reference: https://github.com/terraform-providers/terraform-provider-aws/issues/11888 (fix and enable AWSAT001) Reference: https://github.com/terraform-providers/terraform-provider-aws/issues/9950 (fix and enable AT003) Reference: https://github.com/terraform-providers/terraform-provider-aws/issues/11862 (fix and enable AT005) Reference: https://github.com/terraform-providers/terraform-provider-aws/issues/9951 (fix and enable R001) Reference: https://github.com/terraform-providers/terraform-provider-aws/issues/9952 (fix and enable R002) Reference: https://github.com/terraform-providers/terraform-provider-aws/issues/9953 (fix and enable R003) Reference: https://github.com/terraform-providers/terraform-provider-aws/issues/11863 (fix and enable R005) Reference: https://github.com/terraform-providers/terraform-provider-aws/issues/11864 (fix and enable R006) Reference: https://github.com/terraform-providers/terraform-provider-aws/issues/12083 (fix and enable R007, R008) Reference: https://github.com/terraform-providers/terraform-provider-aws/issues/9955 (fix and enable S006) Reference: https://github.com/terraform-providers/terraform-provider-aws/issues/9956 (fix and enable S018) Reference: https://github.com/terraform-providers/terraform-provider-aws/issues/11865 (fix and enable S020) Reference: https://github.com/terraform-providers/terraform-provider-aws/issues/11866 (fix and enable S022) Reference: https://github.com/terraform-providers/terraform-provider-aws/issues/11867 (fix and enable S023) Reference: https://github.com/terraform-providers/terraform-provider-aws/issues/11868 (fix and enable S024) Reference: https://github.com/terraform-providers/terraform-provider-aws/issues/11869 (fix and enable S031) Reference: https://github.com/terraform-providers/terraform-provider-aws/issues/11870 (fix and enable S032) Reference: https://github.com/terraform-providers/terraform-provider-aws/issues/11871 (fix and enable S033) Reference: https://github.com/terraform-providers/terraform-provider-aws/issues/11872 (fix and enable V001) Reference: https://github.com/terraform-providers/terraform-provider-aws/issues/11844 (fix and enable V002, V004, V005, V007, V008) --- GNUmakefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 52df5ed46f3..c682fc3f1b4 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -68,8 +68,12 @@ lint: -AT005 \ -AT006 \ -AT007 \ + -AT008 \ -R004 \ -R006 \ + -R012 \ + -R013 \ + -R014 \ -S001 \ -S002 \ -S003 \ @@ -94,6 +98,7 @@ lint: -S028 \ -S029 \ -S030 \ + -S034 \ -V003 \ -V006 \ ./$(PKG_NAME)