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 f4ced44 commit 95b75f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/content/docs/4788/styleguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 95b75f5

Please sign in to comment.