(#15158) [doc] Fix yamllint examples

This commit is contained in:
Martin Delille
2023-01-09 20:27:03 +01:00
committed by GitHub
parent 804da13943
commit f82d4aa1df

View File

@@ -151,10 +151,8 @@ schema validation. There's are to encourage the best possible quality of recipes
```sh
# Lint a recipe:
yamllint --config-file linter/yamllint_rules.yml -f standard recipes/fmt/all/conanfile.py
# Lint the test_package (same command)
yamllint --config-file linter/yamllint_rules.yml -f standard recipes/fmt/all/test_package/conanfile.py
yamllint --config-file linter/yamllint_rules.yml -f standard recipes/config.yml
yamllint --config-file linter/yamllint_rules.yml -f standard recipes/fmt/all/conandata.yml
```
### Yamlschema