We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2131a6c commit 734416cCopy full SHA for 734416c
.github/workflows/cpp-lint-package.yml
@@ -57,15 +57,15 @@ jobs:
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
run: >
59
cpp-linter
60
- -s=file
61
- -v=debug
62
- -i=build
63
- -p=build
64
- -V=${{ runner.temp }}/llvm
65
- -f=false
66
- --extra-arg="-std=c++14 -Wall"
67
- --thread-comments=${{ matrix.clang-version == '17' && 'update' }}
68
- -a=${{ matrix.clang-version == '17' }}
+ -s=file
+ -v=debug
+ -i=build
+ -p=build
+ -V=${{ runner.temp }}/llvm
+ -f=false
+ --extra-arg="-std=c++14 -Wall"
+ --thread-comments=${{ matrix.clang-version == '17' && 'update' }}
+ -a=${{ matrix.clang-version == '17' }}
69
70
- name: Fail fast?!
71
if: steps.linter.outputs.checks-failed > 0
0 commit comments