Skip to content

Commit 98ea798

Browse files
committed
ci, iwyu: Double maximum line length for includes
1 parent 0f8c95d commit 98ea798

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/test/06_script_b.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ if [ "${RUN_TIDY}" = "true" ]; then
166166
python3 "${DIR_IWYU}/include-what-you-use/iwyu_tool.py" \
167167
-p . "${MAKEJOBS}" \
168168
-- -Xiwyu --cxx17ns -Xiwyu --mapping_file="${BASE_BUILD_DIR}/bitcoin-$HOST/contrib/devtools/iwyu/bitcoin.core.imp" \
169+
-Xiwyu --max_line_length=160 \
169170
2>&1 | tee /tmp/iwyu_ci.out
170171
cd "${BASE_ROOT_DIR}/src"
171172
python3 "${DIR_IWYU}/include-what-you-use/fix_includes.py" --nosafe_headers < /tmp/iwyu_ci.out

0 commit comments

Comments
 (0)