Files
mongo/buildscripts/yamllinters.sh
2021-03-25 16:18:55 +00:00

8 lines
180 B
Bash
Executable File

set -o errexit
BASEDIR=$(dirname "$0")
cd "$BASEDIR/../"
find buildscripts etc jstests -name '*.y*ml' -exec yamllint -c etc/yamllint_config.yml {} +
python3 buildscripts/evglint