Skip to content

Commit

Permalink
fix: addressing reviews on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Jun 4, 2024
1 parent d0a67af commit 012ca86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/developers/java/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,9 @@ Follow the instructions for:
- `Eclipse`_
- `IntelliJ`_

Code style enforced with Checkstyle for most of the modules. The configuration is located at `checkstyle`_.
Code style enforced with both Spotless and Checkstyle. 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.
Checkstyle will be removed once Spotless is fully integrated.

.. code-block::
Expand Down

0 comments on commit 012ca86

Please sign in to comment.