Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Checkstyle rules for Google Java Style

Is there a Checkstyle rule file with the Google Java Style?

like image 851
deamon Avatar asked Apr 03 '14 15:04

deamon


People also ask

What Cannot be done by Checkstyle tool?

The checks performed by Checkstyle are mainly limited to the presentation of the code. These checks do not confirm the correctness or completeness of the code.

Can Checkstyle check code layout and formatting issues?

Checkstyle can check many aspects of your source code. It can find class design problems, method design problems. It also has the ability to check code layout and formatting issues.


1 Answers

The checkstyle team added it several days ago. Here it is : https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml

like image 164
user2432405 Avatar answered Sep 29 '22 20:09

user2432405