Skip to content

Commit

Permalink
Update styleguide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty committed Jul 4, 2024
1 parent 279abb9 commit f4ced44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/4788/styleguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ title: Styleguide
description: 4788's code styleguide
---

We use the [WPILib styleguide for Java](https://github.com/wpilibsuite/styleguide/blob/main/README.md)
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.

0 comments on commit f4ced44

Please sign in to comment.