We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f63f3 commit a8a7878Copy full SHA for a8a7878
src/conventions.md
@@ -34,7 +34,7 @@ The compiler contains some C++ code for interfacing with parts of LLVM that
34
don't have a stable C API.
35
When modifying that code, use this command to format it:
36
37
-```sh
+```console
38
./x test tidy --extra-checks=cpp:fmt --bless
39
```
40
@@ -47,12 +47,12 @@ The Rust repository contains quite a lot of Python code. We try to keep
47
it both linted and formatted by the [ruff][ruff] tool.
48
49
When modifying Python code, use this command to format it:
50
51
./x test tidy --extra-checks=py:fmt --bless
52
53
54
and the following command to run lints:
55
56
./x test tidy --extra-checks=py:lint
57
58
0 commit comments