We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
src/.bear-tidy-config
1 parent d71ac76 commit faa382aCopy full SHA for faa382a
ci/test/03_test_script.sh
@@ -162,8 +162,6 @@ if [ "${RUN_TIDY}" = "true" ]; then
162
echo "^^^ ⚠️ Failure generated from clang-tidy"
163
false
164
fi
165
- # Filter out files by regex here, because regex may not be
166
- # accepted in src/.bear-tidy-config
167
# Filter out:
168
# * qt qrc and moc generated files
169
jq 'map(select(.file | test("src/qt/qrc_.*\\.cpp$|/moc_.*\\.cpp$") | not))' "${BASE_BUILD_DIR}/compile_commands.json" > tmp.json
0 commit comments