Our code style guidelines is based on the Android Code Style Guidelines for Contributors.
You can run a checkstyle with most rules via a gradle command:
$ ./gradlew checkstyle
It generates a HTML report in app/build/reports/checkstyle/checkstyle.html
.