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 05:53:40 +0000
commitdb7a614ddad99bb9499944b41854b972362253f5 (patch)
tree6de89398437b412c08fc849156946ff7c2f06163
parent73bb4a80add2bd900f89025b231e54ed18167f85 (diff)
downloadmongo-db7a614ddad99bb9499944b41854b972362253f5.tar.gz
SERVER-71424 Excluded third_party js files from linting
(cherry picked from commit be0adb109bfac64bc1177b7f43eb3a4accb6d3e9) (cherry picked from commit 6d25a5cdb5ff9a6061058b029624704c6b280590)
-rw-r--r--etc/evergreen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index d7cc573dcc7..bc842559671 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -1729,7 +1729,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