Switched to detekt snapshot for now.

This commit is contained in:
Erik C. Thauvin 2021-04-29 19:07:41 -07:00
parent 2c78d713eb
commit 8a945b2dc6
3 changed files with 7 additions and 6 deletions

View file

@ -2,6 +2,7 @@
<SmellBaseline>
<ManuallySuppressedIssues></ManuallySuppressedIssues>
<CurrentIssues>
<ID>ComplexCondition:Addons.kt$Addons$((isPrivate &amp;&amp; module.isPrivateMsgEnabled) || !isPrivate) &amp;&amp; module.commands.contains(cmd)</ID>
<ID>ComplexMethod:EntriesMgr.kt$EntriesMgr$ fun saveEntries( bot: Mobibot, entries: List&lt;EntryLink&gt;, history: MutableList&lt;String&gt;, isDayBackup: Boolean )</ID>
<ID>ComplexMethod:Weather2.kt$Weather2.Companion$ @JvmStatic @Throws(ModuleException::class) fun getWeather(query: String, apiKey: String?): List&lt;Message&gt;</ID>
<ID>LongMethod:EntriesMgr.kt$EntriesMgr$ fun saveEntries( bot: Mobibot, entries: List&lt;EntryLink&gt;, history: MutableList&lt;String&gt;, isDayBackup: Boolean )</ID>