-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Description
We should consider linting conandata.yml and config.yml files, for example using yamllint
Example of case where it would have save some non negligible debugging time: conan-io/conan-center-index@61eb407#diff-c72439ef9b3281fe119686121ba38bb839dc40459798c2641142eb4135f15f61R16
exemple of execution with yamllint:
test.yml:
patches:
a
b
patches:
c
$ yamllint --no-warnings test.yml
test.yml
4:1 error duplication of key "patches" in mapping (key-duplicates)
Metadata
Metadata
Assignees
Labels
No labels