From 8711aedfc3e06626309eaed6a854c72a056ff2d8 Mon Sep 17 00:00:00 2001 From: trahman1318 Date: Thu, 31 Mar 2022 17:12:23 +0000 Subject: SERVER-60831 Document configuration for Server linting tools --- evergreen/run_clang_tidy.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'evergreen') 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 -- cgit v1.2.1