cfn-lint-visual-studio-code
cfn-lint-visual-studio-code copied to clipboard
.cfnlintrc.yaml configuration is not considering for linting
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?
+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.