mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 11:27:28 -03:00
ci, doc: Drop reference to src/.bear-tidy-config
This commit is contained in:
parent
d71ac76842
commit
faa382ae76
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue