ci, doc: Drop reference to `src/.bear-tidy-config`

pull/30664/head
Hennadii Stepanov 2 months ago
parent d71ac76842
commit faa382ae76
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

@ -162,8 +162,6 @@ if [ "${RUN_TIDY}" = "true" ]; then
echo "^^^ ⚠️ Failure generated from clang-tidy" echo "^^^ ⚠️ Failure generated from clang-tidy"
false false
fi fi
# Filter out files by regex here, because regex may not be
# accepted in src/.bear-tidy-config
# Filter out: # Filter out:
# * qt qrc and moc generated files # * 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 jq 'map(select(.file | test("src/qt/qrc_.*\\.cpp$|/moc_.*\\.cpp$") | not))' "${BASE_BUILD_DIR}/compile_commands.json" > tmp.json

Loading…
Cancel
Save