WikiEducationFoundation / apps-android-wikiedudashboard

Access WikiEdu Dashboard from Android App.
https://dashboard.wikiedu.org/
MIT License
22 stars 53 forks source link

add lint check in CI #305

Closed hemilpanchiwala closed 4 years ago

hemilpanchiwala commented 4 years ago

NOTE: Please review the pull request process before opening your first PR: https://github.com/WikiEducationFoundation/apps-android-wikiedudashboard/blob/master/CONTRIBUTING.md#pull-request-process

What this PR does

Fixes #288

Add Lint Check to improve code formatting.

Screenshots

Successful lint check

ujjwalagrawal17 commented 4 years ago

Nice Job! Can you also add ./gradlew ktlint in script section of .travis.yml

ujjwalagrawal17 commented 4 years ago

Thanks @hemilpanchiwala

ujjwalagrawal17 commented 4 years ago

Did you used a command to fix the lint errors @hemilpanchiwala ?

hemilpanchiwala commented 4 years ago

@ujjwalagrawal17 Yes, I used ktlintFormat command