Skip to content

Commit 8a1c7fb

Browse files
committed
ci: ignore files, that can't be checked, since the header is missing
1 parent 1c84c21 commit 8a1c7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
tidy-checks: ''
5252
step-summary: true
5353
file-annotations: true
54-
ignore: subprojects|build|android|assets|recordings|docs|toolchains|platforms|wrapper|src/libs/core/hash-library
54+
ignore: subprojects|build|android|assets|recordings|docs|toolchains|platforms|wrapper|src/libs/core/hash-library|src/lobby/curl_client.*
5555

5656
- name: Fail CI run if linter checks failed
5757
if: steps.linter.outputs.checks-failed != 0

0 commit comments

Comments
 (0)