Skip to content

Commit 482dcca

Browse files
authored
chore(awslint): resource-attribute is now a warning (#23233)
It regularly breaks the build of new cfnspec imports, blocking adoption of upstream cfnspec changes. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 62c82d7 commit 482dcca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/awslint/lib/rules/resource.ts

+1
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ resourceLinter.add({
187187

188188
resourceLinter.add({
189189
code: 'resource-attribute',
190+
warning: true,
190191
message:
191192
'resources must represent all cloudformation attributes as attribute properties. ' +
192193
'"@attribute ATTR[,ATTR]" can be used to tag non-standard attribute names. ' +

0 commit comments

Comments
 (0)