Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: how to get clang-format changes from CI #1667

Merged
merged 3 commits into from
Nov 11, 2022
Merged
Changes from all 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
5 changes: 5 additions & 0 deletions docs/contribution/run_formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ are to use your package manager (e.g. Ubuntu distributions usually offer a set o
versions to install), or to use statically linked binaries from
[here](https://github.com/muttleyxd/clang-tools-static-binaries)[^1].

You can also download the required changes by clicking on *Summary* on the top left-hand
portion of the CI job and scrolling down to the bottom of the page (see *Changed*).
jahreda marked this conversation as resolved.
Show resolved Hide resolved
However, it is suggested to run the `CI/check_format` locally before committing, to not
clog the shared resources with repeated checks.

## Python formatting

Formatting of the Python source code uses the library
Expand Down