Skip to content

Commit a44db76

Browse files
committed
turn off line filter
1 parent ab83618 commit a44db76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-lint-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
-i=build
6868
-p=build
6969
-V=${{ runner.temp }}/llvm
70-
-f=false
70+
-l=false
7171
--extra-arg="-std=c++14 -Wall"
7272
--thread-comments=${{ matrix.clang-version == '17' && 'update' }}
7373
-a=${{ matrix.clang-version == '17' }}

0 commit comments

Comments
 (0)