summaryrefslogtreecommitdiff
path: root/buildscripts/yamllinters.sh
blob: 8d4c1c9c1c2a32b8f1816cec88ea6fee59e1027b (plain)
1
2
3
4
5
6
set -o errexit

BASEDIR=$(dirname "$0")
cd "$BASEDIR/../"

yamllint -c etc/yamllint_config.yml buildscripts etc jstests