Skip to content

Commit

Permalink
(conan-io#15158) [doc] Fix yamllint examples
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinDelille authored and AbrilRBS committed Jan 16, 2023
1 parent e94b618 commit 4864f82
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/developing_recipes_locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4864f82

Please sign in to comment.