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

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

find buildscripts etc jstests -name '*.y*ml' -exec yamllint -c etc/yamllint_config.yml {} +
python -m evergreen_lint -c ./etc/evergreen_lint.yml lint