Closed jmbreuer closed 1 month ago
... "stupid" question - can I easily run the lint checks locally? (I'm using Android Studio - it's supposed to have some support, but it looks like it's "different" from what the build checks do...)
... "stupid" question - can I easily run the lint checks locally? (I'm using Android Studio - it's supposed to have some support, but it looks like it's "different" from what the build checks do...)
The build checks perform code style analysis.
You can verify with ./gradlew lintKotlin
and apply the code style with ./gradlew formatKotlin
.
Quick implementation for #358
Tested with URLs from that issue, otherwise implemented fairly 'blind' - i.e. I don't have the MyDealz app, and I won't let it anywhere near an actual device that I could use for testing - sorry, not sorry :wink:
Resolves #358