Update yaml-validate.py to accept files or directories
authorSteven Hardy <shardy@redhat.com>
Tue, 12 Jan 2016 18:46:04 +0000 (18:46 +0000)
committerSteven Hardy <shardy@redhat.com>
Thu, 28 Jan 2016 19:04:25 +0000 (19:04 +0000)
commite6273f9376813533d02bd14f8fccd1e80f59b83c
tree7adf2f398d27535c25c435f2a78b864b06915bfd
parent4c2e66a6d0dce4493f200f359dea87875e5f86aa
Update yaml-validate.py to accept files or directories

For developer usage it's helpful to have the choice to provide either
an individual files, list of files, or some mix of files and directories
as you don't necessarily want to walk everything all the time.

Change-Id: I050de123bba51402a0dbb42d71e97fd27d7ce4bc
tools/yaml-validate.py