Add Linting section to README

This commit is contained in:
Chemaclass 2023-03-07 18:59:52 +01:00
parent 691b822503
commit f8d6cf8dba

View File

@ -97,6 +97,12 @@ Build the app:
./gradlew connectedAndroidTest
```
## Linting
```bash
./gradlew ktlintCheck
./gradlew ktlintFormat
```
## Installing on device
```bash
./gradlew installDebug