serkonda7/vscode-vba

Add yaml linter / validator

serkonda7 opened this issue · 0 comments

Describe the feature

A simple tool that checks the present yaml keys are all valid to prevent typos.

Proposed Solution

It could have the following checks:

  • keys are alphanumeric
  • keys are defined in a allowlist

Additional Information

No response