Open felipesabino opened 7 years ago
Danger should handle .kt file extensions when platform is android and perform the following checks:
.kt
android
!!
anything!
Any
Any?
ButterKnife
findViewById
TODO: Ask Kotlin devs to add other possible checks
Danger should handle
.kt
file extensions when platform isandroid
and perform the following checks:!!
is found (similar to swift forced unwrap whenanything!
is found)Any
orAny?
as return typeButterKnife
orfindViewById
are foundTODO: Ask Kotlin devs to add other possible checks