mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
ci, iwyu: Double maximum line length for includes
This commit is contained in:
parent
0f8c95dccd
commit
98ea798411
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue