Skip to content

Commit e00ebc5

Browse files
authored
Update CONTRIBUTING.md
1 parent 47bf3cf commit e00ebc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Make sure to get working code on a personal branch with tests and sanity checks
1515
```shell
1616
./gradlew detektBundledDebug detektUnbundledDebug
1717
./gradlew test
18+
./gradlew :sample:lintBundledDebug
19+
./gradlew :sample:lintUnbundledDebug
1820
./gradlew :sample:assembleBundledDebug
1921
./gradlew :sample:assembleUnbundledDebug
2022
```

0 commit comments

Comments
 (0)