Skip to content

Commit

Permalink
ci, doc: Drop reference to src/.bear-tidy-config
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Aug 30, 2024
1 parent d71ac76 commit faa382a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/test/03_test_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit faa382a

Please sign in to comment.