frextrite / coala-jetbrains

coala plugin for JetBrains IDEs - coala provides a unified interface for linting and fixing code with a single configuration file, regardless of the programming languages used.
https://coala.io
GNU Affero General Public License v3.0
2 stars 1 forks source link

Code Quality #20

Closed frextrite closed 5 years ago

frextrite commented 5 years ago

Use Google Java Guidelines

intellij-java-google-style.xml file contains pre-configured rules by Google for IntelliJ IDEs

Adhering to proper coding standards should be done from the beginning but it wasn't done. Now might be the right time to do it (since the project is still in its early stages) before it becomes too late and refactoring files lead to destroying huge git history.

frextrite commented 5 years ago

@ksdme Not sure if its the right time to do this, but now the IntelliJ configurations are exactly synced with Google Java guidelines. Reformating code will just be a shortcut away Ctrl+Alt+O and Ctrl+Alt+L, greatly reducing the refactor time.