We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01fae5 commit aa9c691Copy full SHA for aa9c691
tests/translator/test_translator.py
@@ -42,6 +42,8 @@
42
'E3001', # Check for resource availability in a region.
43
'W7001', # Check if mappings are used. Serverless::Application uses mappings, the output CFN doesn't use them anymore.
44
'W1020', # Sub isn't needed if it doesn't have a variable defined. SAM leaves `!Sub` in even if it tries to resolve variables.
45
+ 'E2531', # we don't care if a runtime has been deprecated in our tests.
46
+ 'E3038', # Serverless resources- test for invalid resources.
47
]
48
49
LINT_IGNORE_TESTS = [
0 commit comments