Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need a proper way to validate YAML format which could be part of linters as well #1456

Open
rakeshgm opened this issue Jun 13, 2024 · 1 comment

Comments

@rakeshgm
Copy link
Member

including yaml validation could solve issues like this: red-hat-storage@1faf429 .

@ShyamsundarR
Copy link
Member

We use yamllint in the linters, but ignore the config directory as it has a lot of autogenerated files that do not pass the yaml linter settings. The potential fix would be to include the config directory and adjust the linter such that these autogenerated files do not show linter errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants