File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -155,8 +155,7 @@ if [ "${RUN_TIDY}" = "true" ]; then
155
155
# accepted in src/.bear-tidy-config
156
156
# Filter out:
157
157
# * qt qrc and moc generated files
158
- # * secp256k1
159
- jq ' map(select(.file | test("src/qt/qrc_.*\\.cpp$|/moc_.*\\.cpp$|src/secp256k1/src/") | not))' ../compile_commands.json > tmp.json
158
+ jq ' map(select(.file | test("src/qt/qrc_.*\\.cpp$|/moc_.*\\.cpp$") | not))' ../compile_commands.json > tmp.json
160
159
mv tmp.json ../compile_commands.json
161
160
cd " ${BASE_BUILD_DIR} /bitcoin-$HOST /"
162
161
python3 " ${DIR_IWYU} /include-what-you-use/iwyu_tool.py" \
Original file line number Diff line number Diff line change 4
4
"include_only_existing_source": true,
5
5
"paths_to_include": [],
6
6
"paths_to_exclude": [
7
- "src/leveldb"
7
+ "src/crc32c",
8
+ "src/crypto/ctaes",
9
+ "src/leveldb",
10
+ "src/minisketch",
11
+ "src/secp256k1"
8
12
]
9
13
},
10
14
"format": {
You can’t perform that action at this time.
0 commit comments