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.
1 parent 0f8c95d commit 98ea798Copy full SHA for 98ea798
ci/test/06_script_b.sh
@@ -166,6 +166,7 @@ if [ "${RUN_TIDY}" = "true" ]; then
166
python3 "${DIR_IWYU}/include-what-you-use/iwyu_tool.py" \
167
-p . "${MAKEJOBS}" \
168
-- -Xiwyu --cxx17ns -Xiwyu --mapping_file="${BASE_BUILD_DIR}/bitcoin-$HOST/contrib/devtools/iwyu/bitcoin.core.imp" \
169
+ -Xiwyu --max_line_length=160 \
170
2>&1 | tee /tmp/iwyu_ci.out
171
cd "${BASE_ROOT_DIR}/src"
172
python3 "${DIR_IWYU}/include-what-you-use/fix_includes.py" --nosafe_headers < /tmp/iwyu_ci.out
0 commit comments