You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Thejas007
changed the title
.cfnlintrc.yaml configuration is considering for linting
.cfnlintrc.yaml configuration is not considering for linting
Aug 2, 2021
+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.
To ignore few rules I have added the .cfnlintrc.yaml in the folder.
.cfnlintrc.yaml
File contents as below.
ignore_checks:
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?
The text was updated successfully, but these errors were encountered: