Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion bazel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ TEST_TMPDIR=/tmp tools/gen_compilation_database.py
```


# Running clang-format without docker
# Running format without docker
Comment thread
daixiang0 marked this conversation as resolved.
Outdated

The easiest way to run the clang-format check/fix commands is to run them via
docker, which helps ensure the right toolchain is set up. However you may prefer
Expand All @@ -876,6 +876,8 @@ To run the tools directly, you must install the correct version of clang. This
may change over time, check the version of clang in the docker image. You must
also have 'buildifier' installed from the bazel distribution.

Note that if you run `check_spelling.py` script, it requires `aspell` command.
Comment thread
daixiang0 marked this conversation as resolved.
Outdated

Edit the paths shown here to reflect the installation locations on your system:

```shell
Expand Down