We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09938a8 commit 38a5304Copy full SHA for 38a5304
.github/workflows/cpp-lint-package.yml
@@ -70,6 +70,8 @@ jobs:
70
--extra-arg="-std=c++14 -Wall"
71
--thread-comments=${{ matrix.clang-version == '17' && 'update' }}
72
-a=${{ matrix.clang-version == '17' }}
73
+ --tidy-review=${{ matrix.clang-version == '17' }}
74
+ --format-review=${{ matrix.clang-version == '17' }}
75
76
- name: Fail fast?!
77
if: steps.linter.outputs.checks-failed > 0
0 commit comments