Following the discussion had in the test repo (cpp-linter/test-cpp-linter-action#56)... Just opening this as a reminder.
I see "⚡ auto-fix available" from the output. What does this mean, and what action does the user need to take when they see it?
It means the fix will be included in the patch provided. Maybe I should reword this to "⚡ auto-fix available in patch"?
The path to the patch is given by the new output fix-patch-path. I haven't written any docs about it yet.
I think I can use a footnote to explain "auto-fix":
⚡ auto-fix included in generated patch1
Following the discussion had in the test repo (cpp-linter/test-cpp-linter-action#56)... Just opening this as a reminder.
Footnotes
cpp-linter generates a patch with fixes from both clang-tidy and clang-format. In the CI workflow, the patch can be found using cpp-linter's output
fix-patch-path. ↩