Linter for YAML files that checks syntax and style issues.
Linter for YAML files
yamllint
$ yamllint myfile.yaml
$ yamllint .
$ yamllint -c custom-config.yaml myfile.yaml
$ yamllint -f parsable myfile.yaml
$ yamllint -d relaxed myfile.yaml