question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
kddejongcommented, Jun 10, 2020

@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.

2reactions
tkeebercommented, Apr 17, 2020

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;

    Metadata:
      cfn-lint:
        config:
          ignore_checks:
          - E3001
          - E0001
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found