Hi all o/ Unlike Python, YAML source is not checked and some errors like key duplicates enter the code base. For example, `wait_timeout` key is repeated twice at some places (with different values).
I propose the use of `yamllint` to check for such problems on Travis, hence preventing new ones from sneaking in. I made a pull request at: https://github.com/ansible/ansible/pull/15678 Feedback is most welcome. In particular, I disabled all cosmetic rules (checks for whitespaces, indentation, etc.) Cheers, Adrien [1]: Documentation for this linter: http://yamllint.readthedocs.io/en/latest/ -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
