aws-cloudformation / aws-cloudformation/cfn-lint-visual-studio-code

.cfnlintrc.yaml configuration is not considering for linting

Open
#195 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
289
Forks
170
PR merge metrics
No merged PRs in 30d

Description

To ignore few rules I have added the .cfnlintrc.yaml in the folder.

.cfnlintrc.yaml
File contents as below.

ignore_checks:
- E7003

But the extension is not automatically considering the configuration for linting. Is there any issue with the configuration file?
or the .cfnlintrc.yaml is not supported with vs-code extension?

Contributor guide

Open the contributing guide

Research direction

Reproduce the issue in the VS Code extension with a .cfnlintrc.yaml containing ignore_checks for E7003. Start by tracing how the extension invokes linting and loads configuration; done means the configuration is recognized and E7003 is ignored when linting the file.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.