Skip to content

Commit

Permalink
fix: adding suggestion v5
Browse files Browse the repository at this point in the history
Co-authored-by: David Li <[email protected]>
  • Loading branch information
vibhatha and lidavidm committed Jun 5, 2024
1 parent f000a02 commit 6280955
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/source/developers/java/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,11 @@ Follow the instructions to set up google-java-format for:
- `Eclipse`_
- `IntelliJ`_

Code style enforced with both Spotless and Checkstyle. The configuration is located at `checkstyle`_.

Checkstyle
----------

Checkstyle is also used for general linting. The configuration is located at `checkstyle`_.
You can also just check the style without building the project.
This checks the code style of all source code under the current directory or from within an individual module.

Expand Down

0 comments on commit 6280955

Please sign in to comment.