Kirill Zhukov
03/28/2023, 7:38 AMForbiddenMethodCall
expected to work?
I have this config and it doesn’t seem to pick up on runBlocking
calls in the codebase 👀
ForbiddenMethodCall:
active: true
methods:
value: 'runBlocking'
kotlinx.coroutines.runBlocking
println
and print
aren’t caughtSam
03/28/2023, 7:41 AMKirill Zhukov
03/28/2023, 7:44 AMdetektMetadataCommonMain
in the kmp project, does that enable type resolution?Atul Gupta
03/28/2023, 8:33 AMdetekt
prints if any rule is skipped due to type resolution or not
Log message: The rule 'UnnecessarySafeCall' requires type resolution but it was run without it
detekt {
debug = true
}
in detekt gradle configKirill Zhukov
03/29/2023, 2:08 AMThe rule 'ForbiddenMethodCall' requires type resolution but it was run without it.
commonMain
source set? 🤔mkrussel
03/29/2023, 12:30 PMKirill Zhukov
04/03/2023, 5:48 PM