From d40550847f3fe0ce8c8dfa05401e2747bbefa502 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Wed, 10 May 2023 09:00:57 -0500 Subject: [PATCH] mention formatting --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d1a97133..04648d0b 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,8 @@ Here are some things you might need to do: We are in the process of transitioning our build processes to [Buck 2](https://buck2.build). The instructions above will work until they're removed from the repo, but if you'd like to try the new thing, run `script/buck2 build //...` or `script/buck2 test //...`. +If you get a failure due to formatting in Buck, you can correct it with `buck2 run //:diff_to_comment -- --fix //the-target-that-ci-complained-about`. + ## Tests Run tests with