Skip to content

Commit 01c87b3

Browse files
committed
[SYCL][doc] Update documented clang-format version
I changed the wording here also to cover the possibility that documentation no longer reflects reality on the next bump.
1 parent f0d0f7c commit 01c87b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ To contribute:
3333
[clang-tidy](https://clang.llvm.org/extra/clang-tidy/) tools can be
3434
integrated into your workflow to ensure formatting and stylistic
3535
compliance of your changes. To avoid code formatting misalignment with
36-
GitHub Actions check we recommend using 10 version of clang-format tool
37-
(default version on Ubuntu 22.04).
36+
the GitHub Actions check we recommend using the same version of clang-format
37+
as used in the CI. See `.github/workflows/pr-code-format.yml` for the
38+
current version.
3839
- Use
3940

4041
```bash

0 commit comments

Comments
 (0)