summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neben <alexander.neben@mongodb.com>2022-11-16 22:09:22 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-23 00:53:22 +0000
commit6d25a5cdb5ff9a6061058b029624704c6b280590 (patch)
tree715d912a53fb53f4d5448c3c75e3fdb60eb4608d
parente9858528d75b8b56211799c982f836b21912e780 (diff)
downloadmongo-6d25a5cdb5ff9a6061058b029624704c6b280590.tar.gz
SERVER-71424 Excluded third_party js files from linting
(cherry picked from commit be0adb109bfac64bc1177b7f43eb3a4accb6d3e9)
-rw-r--r--etc/evergreen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index c6e0ab4449a..9d904397ba8 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -2228,7 +2228,7 @@ functions:
${add_nodejs_to_path}
# Run parse-jsfiles on 50 files at a time with 32 processes in parallel.
- find "$PWD/jstests" "$PWD/src/mongo/db/modules/enterprise" -name "*.js" -print | xargs -P 32 -L 50 npm run --prefix jstestfuzz parse-jsfiles --
+ find "$PWD/jstests" "$PWD/src/mongo/db/modules/enterprise" -path "$PWD/jstests/third_party" -prune -o -name "*.js" -print | xargs -P 32 -L 50 npm run --prefix jstestfuzz parse-jsfiles --
"run jstestfuzz":
- command: shell.exec