Skip to content

Commit

Permalink
enable tidy-review
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Feb 13, 2024
1 parent ccbc293 commit 50ec57b
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/cpp-lint-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,18 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: >
cpp-linter
-s=file
-v=9
-i=build
-p=build
-V=${{ runner.temp }}/llvm
cpp-linter
-s=file
-v=9
-i=build
-p=build
-V=${{ runner.temp }}/llvm
--files-changed-only=true
--lines-changed-only=true
--extra-arg="-std=c++14 -Wall"
--thread-comments=${{ matrix.clang-version == '16' }}
-a=${{ matrix.clang-version == '16' }}
--extra-arg="-std=c++14 -Wall"
--thread-comments=${{ matrix.clang-version == '16' }}
--file-annotations=${{ matrix.clang-version == '16' }}
--tidy-review=${{ matrix.clang-version == '16' }}
- name: Fail fast?!
if: steps.linter.outputs.checks-failed > 0
Expand Down

0 comments on commit 50ec57b

Please sign in to comment.