Skip to content

Commit 2c05970

Browse files
fix: use --jobs=2 long form in parallel e2e config
Agent-Logs-Url: https://github.com/cpp-linter/cpp-linter-hooks/sessions/d3b34e23-651a-4719-8b0f-3a2b57ba280e Co-authored-by: shenxianpeng <3353385+shenxianpeng@users.noreply.github.com>
1 parent 432f369 commit 2c05970

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testing/pre-commit-config-parallel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ repos:
33
rev: HEAD
44
hooks:
55
- id: clang-tidy
6-
args: [--checks=.clang-tidy, -j, "2"]
6+
args: [--checks=.clang-tidy, --jobs=2]

0 commit comments

Comments
 (0)