Skip to content

Commit 62ede03

Browse files
committed
try ignoring tests dirs in cpp linter
1 parent 72451cf commit 62ede03

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
# Set this option to 'false' to analyze any source files in the repo. Defaults to 'true'.
5252
files-changed-only: true
5353
# Set this option with string of path(s) to ignore.
54-
ignore: '.github|.idea|.vscode|extern'
54+
ignore: '.github|.idea|.vscode|extern|libs/client-sdk/tests|libs/common/tests|libs/server-sent-events|tests'
5555
# The directory containing compile_commands.json file.
5656
database: /home/runner/build
5757
# A string of extra arguments passed to clang-tidy for use as compiler arguments. Multiple arguments are separated by spaces so the argument name and value should use an '=' sign instead of a space.

0 commit comments

Comments
 (0)