Skip to content

Commit

Permalink
Revert "chore: add AWSLINT_SAVE to the PR buildspec (#22743)"
Browse files Browse the repository at this point in the history
This reverts commit ea9ab4b.
  • Loading branch information
otaviomacedo committed Nov 4, 2022
1 parent ec32b5b commit 97e7a88
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions buildspec-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 97e7a88

Please sign in to comment.