fuel-ccp-etcd/tools/yamllint.sh
Sergey Lukjanov 679026719e Yaml linter execution and config improved
Change-Id: I88b3df2d1df6ffe2c4ed0365bb56f831a2aed048
2016-09-16 19:54:27 -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')