Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 544 Bytes

DEVELOPMENT.md

File metadata and controls

13 lines (8 loc) · 544 Bytes

It is recommended to use IntelliJ IDEA as a development tool and install the CheckStyle-IDEA.

After installing the plug-in:

  1. Open Preferences -> Tools -> Checkstyle, add a new item in the Configuration File list, and choose dev/google_checks.xml as the local Checkstyle file.

  2. Open Editor -> CodeStyle, Import schema -> CheckStyle Configuration, choose dev/google_checks.xml to import.

Run the following command to check code style:

./mvnw validate