Closed PatMyron closed 1 year ago
https://github.com/aws-cloudformation/cfn-lint/#info-rules
As with https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/223, editors seem like a great place to start surfacing informational checks by default since they are easily ignored and the exit code doesn't really matter
Have not personally tested these changes, but informational severity looks already mapped here: https://github.com/threadheap/serverless-ide-vscode/blob/52279a31bdf599928812e04fbe9d0ee79684e610/packages/language-server/src/language-service/services/validation/index.ts#L27-L39
https://github.com/aws-cloudformation/cfn-lint/#info-rules
As with https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/223, editors seem like a great place to start surfacing informational checks by default since they are easily ignored and the exit code doesn't really matter
Have not personally tested these changes, but informational severity looks already mapped here: https://github.com/threadheap/serverless-ide-vscode/blob/52279a31bdf599928812e04fbe9d0ee79684e610/packages/language-server/src/language-service/services/validation/index.ts#L27-L39