We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ec880 commit 43fff5bCopy full SHA for 43fff5b
1 file changed
.github/workflows/iwyu.yml
@@ -182,7 +182,6 @@ jobs:
182
ln -s iwyu_tool.py /usr/local/bin/iwyu_tool
183
184
- name: iwyu_tool
185
- if: false
186
run: |
187
# TODO: exclude auto-generated source files
188
iwyu_tool -p cmake.output -j $(nproc) -- -w -Xiwyu --max_line_length=1024 -Xiwyu --comment_style=long -Xiwyu --quoted_includes_first -Xiwyu --update_comments ${{ matrix.mapping_file_opt }} ${{ matrix.clang_inc }} > iwyu.log
0 commit comments