aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-05-20 13:16:26 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-05-20 13:16:26 +0100
commit98ea79841177cf7492ec1de1ba1979f75390c63b (patch)
treeb98fad667f614371da39bc8e875ff7ac29ba80f4 /ci
parent0f8c95dccd120ad5fd371f81025137b855796f13 (diff)
downloadbitcoin-98ea79841177cf7492ec1de1ba1979f75390c63b.tar.xz
ci, iwyu: Double maximum line length for includes
Diffstat (limited to 'ci')
-rwxr-xr-xci/test/06_script_b.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh
index 17e9dc1b5c..8604d8e842 100755
--- a/ci/test/06_script_b.sh
+++ b/ci/test/06_script_b.sh
@@ -166,6 +166,7 @@ if [ "${RUN_TIDY}" = "true" ]; then
python3 "${DIR_IWYU}/include-what-you-use/iwyu_tool.py" \
-p . "${MAKEJOBS}" \
-- -Xiwyu --cxx17ns -Xiwyu --mapping_file="${BASE_BUILD_DIR}/bitcoin-$HOST/contrib/devtools/iwyu/bitcoin.core.imp" \
+ -Xiwyu --max_line_length=160 \
2>&1 | tee /tmp/iwyu_ci.out
cd "${BASE_ROOT_DIR}/src"
python3 "${DIR_IWYU}/include-what-you-use/fix_includes.py" --nosafe_headers < /tmp/iwyu_ci.out