yaml-lint
yaml-lint copied to clipboard
Simple yaml check tool
I would love to avoid having `yaml-lint -i ./` run on my gitignored files and directories. Perhaps in lieu of that feature, do you know how to get it to...
Would be great to see this command not stopping on the first error to see all errors reporting.
I have soem dot-folders with yaml files. (e.g., `.gitlab`, `.devcontainer`, `.rubocop.yml`) They are ignored with `$ yaml-lint -i .` ``` $ ls -a | grep ".yml" docker-compose.yml .gitlab-ci.yml .rubocop_new_cops.yml .rubocop_todo.yml...