You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.
Expected: Processing to continue and a standard validation error to be displayed at the end.
Actual: An exceptions is logged ... uncaughtException: Cannot convert undefined or null to object ... and processing stops.
The text was updated successfully, but these errors were encountered:
Apparently, when
cfn-lint
encounters anull
value in a template, it is unable to process it and throws an exception.Steps to reproduce:
test.yaml
file that triggers anull
value exception, perhaps with the following contents:cfn-lint validate test.yaml
validate.log
Expected: Processing to continue and a standard validation error to be displayed at the end.
Actual: An exceptions is logged
... uncaughtException: Cannot convert undefined or null to object ...
and processing stops.The text was updated successfully, but these errors were encountered: