Ignore-checks doesn't work for E000*
See original GitHub issue*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.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:12 (6 by maintainers)
Top Results From Across the Web
Ignore-checks doesn't work for E000* · Issue #1133 - GitHub
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...
Read more >CANON IR2206 ERROR CODE: E000-0000 SOLVE EASY WAY
How to check a printer fuser unit · E000 -0000 error easy to solve In canon image runner 2206 mfd · Canon i-sensys...
Read more >MailEssentials Installer not running or showing any activity
Overview. This article describes possible causes and solutions when the MailEssentials installation wizard fails to launch and does not show ...
Read more >Troubleshooting Microsoft Defender for Identity known issues
Describes how you can troubleshoot issues in Microsoft Defender for Identity.
Read more >Network engine settings - Deep Security Help Center
To edit the network engine settings of a policy or computer, open the Policy ... Consider using Fail open if you want to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@miparnisari let me take a swing at this one. I’ll want your opinions on some of this as we go but I think I have an idea or two.
Is this still an issue? I’m trying to ignore a check on a specific resource which uses a Transform function. But it is not getting ignore when i use the following;