CodeStyle formatting to conform to basic Checkstyle rules.
The code-style rules follow google style with some changes: 1. Increase line length from 100 to 120 2. Disable JavaDoc related checkstyles as this needs more manual work. Both source and test code are checked for code-style
This commit is contained in:
committed by
vinoth chandar
parent
987f5d6b96
commit
788e4f2d2e
@@ -7,8 +7,7 @@ permalink: dev_setup.html
|
||||
|
||||
### Code Style
|
||||
|
||||
We have embraced the [Google Java code style](https://google.github.io/styleguide/javaguide.html). Please setup your IDE accordingly with style files from [here](https://github.com/google/styleguide/blob/gh-pages/intellij-java-google-style.xml)
|
||||
Also recommend setting up the [Save Action Plugin](https://plugins.jetbrains.com/plugin/7642-save-actions) to auto format & organize imports on save.
|
||||
|
||||
|
||||
|
||||
We have embraced the code style largely based on [google format](https://google.github.io/styleguide/javaguide.html).
|
||||
Please setup your IDE with style files from [here](../style/)
|
||||
We also recommend setting up the [Save Action Plugin](https://plugins.jetbrains.com/plugin/7642-save-actions) to auto format & organize imports on save.
|
||||
The Maven Compilation life-cycle will fail if there are checkstyle violations.
|
||||
|
||||
Reference in New Issue
Block a user