mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-29 16:47:28 +01:00
10 lines
261 B
Bash
Executable File
10 lines
261 B
Bash
Executable File
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
|
|
. "$DIR/prelude.sh"
|
|
|
|
set -o pipefail
|
|
set -o verbose
|
|
|
|
cd src
|
|
activate_venv
|
|
$python buildscripts/clang_tidy.py --clang-tidy-cfg ${clang_tidy_file} --clang-tidy-toolchain ${clang_tidy_toolchain}
|