From faa382ae7642da0e436ea2c7f7eac67386280a7e Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Thu, 29 Aug 2024 12:43:31 +0100 Subject: [PATCH] ci, doc: Drop reference to `src/.bear-tidy-config` --- ci/test/03_test_script.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/test/03_test_script.sh b/ci/test/03_test_script.sh index 3088898c6a63b..baeeca4814dbd 100755 --- a/ci/test/03_test_script.sh +++ b/ci/test/03_test_script.sh @@ -162,8 +162,6 @@ if [ "${RUN_TIDY}" = "true" ]; then echo "^^^ ⚠️ Failure generated from clang-tidy" false fi - # Filter out files by regex here, because regex may not be - # accepted in src/.bear-tidy-config # Filter out: # * qt qrc and moc generated files jq 'map(select(.file | test("src/qt/qrc_.*\\.cpp$|/moc_.*\\.cpp$") | not))' "${BASE_BUILD_DIR}/compile_commands.json" > tmp.json