[docs] Document that /format is disabled (#7810)

Add instructions for manual workarounds
This commit is contained in:
sciencewhiz
2025-02-20 20:13:09 -08:00
committed by GitHub
parent 15dcdebe21
commit f9307de04c

View File

@@ -136,6 +136,9 @@ If you have installed the FRC Toolchain to a directory other than the default, o
Once a PR has been submitted, formatting can be run in CI by commenting `/format` on the PR. A new commit will be pushed with the formatting changes.
> [!NOTE]
> The `/format` action has been temporarily disabled. The individual formatting commands can be run locally as shown below. Alternately, the Lint and Format action for a PR will upload a patch file that can be downloaded and applied manually.
#### wpiformat
wpiformat can be executed anywhere in the repository via `py -3 -m wpiformat` on Windows or `python3 -m wpiformat` on other platforms.