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

This commit is contained in:
Hennadii Stepanov 2024-08-29 12:43:31 +01:00
parent d71ac76842
commit faa382ae76
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -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