cfn-lint-visual-studio-code icon indicating copy to clipboard operation
cfn-lint-visual-studio-code copied to clipboard

.cfnlintrc.yaml configuration is not considering for linting

Open Thejas007 opened this issue 4 years ago • 1 comments

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?

Thejas007 avatar Aug 02 '21 09:08 Thejas007

+1 for this issue. We have a custom configuration for our CI system in the root of the project, but this doesn't load automatically in VSCode, nor is there an option to configure it.

tomjowitt avatar Oct 17 '23 02:10 tomjowitt