fuel-ccp-keystone/tools/yamllint.sh
Sergey Lukjanov a272377180 Yaml linter execution and config improved
Change-Id: I3ad51cee9f63c6113132236ffb26c5802f3b1c60
2016-09-16 19:52:34 -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')