Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 362 Bytes

CODESTYLE.md

File metadata and controls

11 lines (7 loc) · 362 Bytes

Code Style Guidelines for BatteryHub

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.