From f9307de04c55e437eaf6b9f8320819ba8f7db9bf Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Thu, 20 Feb 2025 20:13:09 -0800 Subject: [PATCH] [docs] Document that /format is disabled (#7810) Add instructions for manual workarounds --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3576047006..f7d65b0faa 100644 --- a/README.md +++ b/README.md @@ -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.