Sergey Lukjanov 548ad8ff87 Yaml linter execution and config improved
Change-Id: I29c124f9c84f6d5c7efc77edc7c7a85e75392b15
2016-09-16 19:54:15 -07:00

6 lines
130 B
Bash
Executable File

#!/bin/bash
set -ex
workdir=$(dirname $0)
yamllint -c $workdir/yamllint.yaml $(find . -not -path '*/\.*' -type f -name '*.yaml')