We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2430537 commit ea9ab4bCopy full SHA for ea9ab4b
buildspec-pr.yaml
@@ -2,6 +2,16 @@ version: 0.2
2
3
# This buildspec is intended to be used by GitHub PR builds.
4
5
+env:
6
+ variables:
7
+ # Update package.json with "exclude" statements for all failing rules.
8
+ # Whenever a new attribute to any resource in the CFN spec, by default
9
+ # awslint will block the build because the attribute does not exist in
10
+ # the corresponding L2 ('resource-attribute' rule). By ignoring it
11
+ # automatically, we save on-call time, and users who have lived without
12
+ # this attribute so far can wait for a bit longer.
13
+ AWSLINT_SAVE: "true"
14
+
15
phases:
16
install:
17
commands:
0 commit comments