summaryrefslogtreecommitdiff
path: root/evergreen/run_clang_tidy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'evergreen/run_clang_tidy.sh')
-rwxr-xr-xevergreen/run_clang_tidy.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/evergreen/run_clang_tidy.sh b/evergreen/run_clang_tidy.sh
index 07f3ec4067c..03e312e12ae 100755
--- a/evergreen/run_clang_tidy.sh
+++ b/evergreen/run_clang_tidy.sh
@@ -12,7 +12,4 @@ jq -r '.[] | .file' compile_commands.json \
| grep -v $BISON_GENERATED_PATTERN \
| xargs -n 32 -P $(grep -c ^processor /proc/cpuinfo) -t \
/opt/mongodbtoolchain/v3/bin/clang-tidy \
- -p ./compile_commands.json \
- -header-filter='(mongo/.*|build/.*)' \
- --checks="-*,bugprone-unused-raii,bugprone-use-after-move,readability-const-return-type,readability-avoid-const-params-in-decls" \
- -warnings-as-errors="*"
+ -p ./compile_commands.json