*cfn-lint version: 0.22.3
Ignore Checks isn't working
Template: https://gist.github.com/jeffmacdonald/cbbdd8cc3a049f89dfb4a17991ca1afa
I am getting the following error:
E0000 Expecting value
templates/ssh-jump-host.yaml:1:1
When I run pipenv run cfn-lint --ignore-checks=E0000 templates/ssh-jump-host.yaml
The fun part is, I have I have errors in other templates (E2521) and I am able to ignore those just fine... it seems it's specifically E0000 that doesn't get ignored.
*cfn-lint version: 0.22.3
Ignore Checks isn't working
Template: https://gist.github.com/jeffmacdonald/cbbdd8cc3a049f89dfb4a17991ca1afa
I am getting the following error:
When I run
pipenv run cfn-lint --ignore-checks=E0000 templates/ssh-jump-host.yamlThe fun part is, I have I have errors in other templates (E2521) and I am able to ignore those just fine... it seems it's specifically E0000 that doesn't get ignored.