Add Linting section to README

pull/220/head
Chemaclass 2023-03-07 18:59:52 +01:00
rodzic 691b822503
commit f8d6cf8dba
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

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