Skip to content

Commit

Permalink
disable lines-changed-only
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Feb 13, 2024
1 parent 50ec57b commit c380b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-lint-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
-p=build
-V=${{ runner.temp }}/llvm
--files-changed-only=true
--lines-changed-only=true
--lines-changed-only=false
--extra-arg="-std=c++14 -Wall"
--thread-comments=${{ matrix.clang-version == '16' }}
--file-annotations=${{ matrix.clang-version == '16' }}
Expand Down

0 comments on commit c380b29

Please sign in to comment.