mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-12 08:42:01 -04:00
10 lines
651 B
XML
10 lines
651 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<SmellBaseline>
|
|
<ManuallySuppressedIssues/>
|
|
<CurrentIssues>
|
|
<ID>PropertyName:DebugUtils.kt:/** * Whether the app is running in debug mode. * * This is a compile-time constant for the shared module. For runtime debug detection, use * [org.meshtastic.core.common.BuildConfigProvider.isDebug] from DI instead. */ @Suppress("ktlint:standard:property-naming", "TopLevelPropertyNaming") const val isDebug: Boolean = false</ID>
|
|
<ID>SwallowedException:DataPacket.kt:DataPacket$e: Exception</ID>
|
|
<ID>TooGenericExceptionCaught:DataPacket.kt:DataPacket$e: Exception</ID>
|
|
</CurrentIssues>
|
|
</SmellBaseline>
|