From 95b75f525277ba1e1f52f47e76cd9c10f848a6d7 Mon Sep 17 00:00:00 2001 From: Jade Date: Thu, 4 Jul 2024 21:35:05 +0800 Subject: [PATCH] Update styleguide.md --- src/content/docs/4788/styleguide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/4788/styleguide.md b/src/content/docs/4788/styleguide.md index 35cf571..10637eb 100644 --- a/src/content/docs/4788/styleguide.md +++ b/src/content/docs/4788/styleguide.md @@ -4,3 +4,5 @@ description: 4788's code styleguide --- We use the [WPILib styleguide for Java](https://github.com/wpilibsuite/styleguide/blob/main/README.md), enforced using spotless, spotbugs and pmd. You can check if your code complies by running `./gradlew build -PwithJavaFormat`. In order for any code to be merged it **must** pass these checks. + +You can fix formatting by commenting `/format` on your pull request then pulling down the changes. Note that there may be some issues you need to fix by hand.