Skip to content

Commit 5c06ef3

Browse files
authored
[SYCL][DOC] Update documented clang-format version (#16660)
I changed the wording here also to cover the possibility that documentation no longer reflects reality on the next bump.
1 parent b61d1c2 commit 5c06ef3

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](https://github.com/intel/llvm/blob/sycl/.github/workflows/pr-code-format.yml)
38+
for the current version.
3839
- Use
3940

4041
```bash

0 commit comments

Comments
 (0)