Files
mongo/buildscripts/yamllinters.sh
Mikhail Shchatko 43758b167f SERVER-83836 Enable linter to enforce having assigned_to_jira_team tags on tasks (#18820)
GitOrigin-RevId: 994d82b1e4b69733643884036d3d3b245eebd8a9
2024-02-14 10:39:52 +00:00

10 lines
275 B
Bash
Executable File

set -o errexit
BASEDIR=$(dirname "$0")
cd "$BASEDIR/../"
yamllint -c etc/yamllint_config.yml buildscripts etc jstests
PATH="$PATH:$HOME" evergreen evaluate $EVERGREEN_CONFIG_FILE_PATH > etc/evaluated_evergreen.yml
python -m evergreen_lint -c ./etc/evergreen_lint.yml lint