From 185d8041d8b325fc398894656d0c82cb317edd9b Mon Sep 17 00:00:00 2001 From: Vibhatha Lakmal Abeykoon Date: Thu, 6 Jun 2024 04:21:43 +0530 Subject: [PATCH] fix: adding suggestion v5 Co-authored-by: David Li --- docs/source/developers/java/development.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/developers/java/development.rst b/docs/source/developers/java/development.rst index dc4ab381d0168..d60bc2f9401d4 100644 --- a/docs/source/developers/java/development.rst +++ b/docs/source/developers/java/development.rst @@ -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.