ThanosFisherman / WifiUtils

Easily Connect to WiFi Networks
Apache License 2.0
734 stars 188 forks source link

Added Checkstyle integration and closed style issues #54

Closed fartem closed 4 years ago

fartem commented 4 years ago

Added Checkstyle integration. Checkstyle runs from Gradle (with build or by checkstyle). By default, all style issues - warnings (not errors, build process cannot fail).

Style rules based on Google checks (https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml), but some parameters (javadoc, line space size, etc.) adapted for the current project.

ThanosFisherman commented 4 years ago

Thanks for your contribution. I will be merging this as soon as I find some time