You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
packagecom.igorwojda.showcase.base.presentation.extimportandroidx.lifecycle.LiveDataimportandroidx.lifecycle.MutableLiveData
@Suppress("detekt.UnsafeCast")
fun <T> MutableLiveData<T>.asLiveData() =thisasLiveData<T>
Expected Behavior
Ignore this rule for files containing a single tope-level extension
Current Behavior
/Users/igorwojda/StudioProjects/android-showcase/feature_base/src/main/kotlin/com/igorwojda/showcase/base/presentation/ext/MutableLiveDataExt.kt:1:1: File 'MutableLiveDataExt.kt' contains a single top level declaration and should be named 'AsLiveData.kt' [Filename]
Additional information
4.61.0
The text was updated successfully, but these errors were encountered:
FileName
ruleSample:
File
MutableLiveDataExt.kt
Expected Behavior
Ignore this rule for files containing a single tope-level extension
Current Behavior
Additional information
4.61.0
The text was updated successfully, but these errors were encountered: