From 97e7a88836f590eed9267c52ce6c0a1aba56c96b Mon Sep 17 00:00:00 2001 From: Otavio Macedo <288203+otaviomacedo@users.noreply.github.com> Date: Fri, 4 Nov 2022 13:59:18 +0000 Subject: [PATCH] Revert "chore: add AWSLINT_SAVE to the PR buildspec (#22743)" This reverts commit ea9ab4b0ae4aa6060cb49608a86ea6c72000d164. --- buildspec-pr.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/buildspec-pr.yaml b/buildspec-pr.yaml index 47428b8c7bb0d..07de3486b6d92 100644 --- a/buildspec-pr.yaml +++ b/buildspec-pr.yaml @@ -2,16 +2,6 @@ version: 0.2 # This buildspec is intended to be used by GitHub PR builds. -env: - variables: - # Update package.json with "exclude" statements for all failing rules. - # Whenever a new attribute to any resource in the CFN spec, by default - # awslint will block the build because the attribute does not exist in - # the corresponding L2 ('resource-attribute' rule). By ignoring it - # automatically, we save on-call time, and users who have lived without - # this attribute so far can wait for a bit longer. - AWSLINT_SAVE: "true" - phases: install: commands: