Mline: Basic YAML Linter for VS CodeMline is a VS Code extension that provides basic linting for YAML files. It checks for syntax errors and ensures the presence of required keys. Features• Syntax Error Detection: Highlights syntax errors during YAML parsing.
• Required Key Validation: Verifies that the keys Installation
UsageMline automatically validates any open YAML files. Errors will be displayed as underlines in the editor. The extension currently checks for: • YAML Syntax Errors: Incorrect YAML formatting will be highlighted.
• Missing Required Keys: The keys Limitations• This extension currently performs only basic validation. It does not perform comprehensive schema validation beyond checking for required keys. More sophisticated checks (data type validation, etc.) are not yet implemented. • Error reporting might not be perfectly accurate in all cases, especially with complex YAML structures. Release Notes1.0.0• Initial release |