-
Notifications
You must be signed in to change notification settings - Fork 314
Expand file tree
/
Copy pathdetekt-baseline.xml
More file actions
23 lines (23 loc) · 2.39 KB
/
detekt-baseline.xml
File metadata and controls
23 lines (23 loc) · 2.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version='1.0' encoding='UTF-8'?>
<SmellBaseline>
<ManuallySuppressedIssues/>
<CurrentIssues>
<ID>EmptyFunctionBlock:BaseDomainTest2.kt$BaseDomainTest2.<no name provided>${}</ID>
<ID>EmptyFunctionBlock:DeleteChannelListenerDatabase.kt$DeleteChannelListenerDatabase${ }</ID>
<ID>ForbiddenComment:BaseDomainTest2.kt$BaseDomainTest2$// TODO: a chat domain without a user set should raise a clear error</ID>
<ID>LongMethod:FilterObjectConverterTest.kt$FilterObjectConverterTest.Companion$@JvmStatic fun objectToStringArguments()</ID>
<ID>LongMethod:FilterObjectConverterTest.kt$FilterObjectConverterTest.Companion$@JvmStatic fun stringToObjectArguments()</ID>
<ID>LongMethod:PaginationTest.kt$PaginationTest.Companion$@JvmStatic fun createPaginationInput()</ID>
<ID>MaxLineLength:ChannelEntity.kt$ChannelEntity$*</ID>
<ID>MaxLineLength:FilterObjectConverter.kt$this.size == 2 && this.containsKey(KEY_DISTINCT) && this.containsKey(KEY_MEMBERS) -> Filters.distinct((this[KEY_MEMBERS] as List<String>))</ID>
<ID>MaxLineLength:FilterObjectConverterTest.kt$FilterObjectConverterTest.Companion$"{\"\$and\":[{\"$fieldName\":{\"\$in\":[${values.joinToString(separator = ",")}]}},{\"$fieldName\":{\"\$eq\":${values.first()}}}]}"</ID>
<ID>MaxLineLength:FilterObjectConverterTest.kt$FilterObjectConverterTest.Companion$"{\"\$nor\":[{\"$fieldName\":{\"\$in\":[${values.joinToString(separator = ",")}]}},{\"$fieldName\":{\"\$eq\":${values.first()}}}]}"</ID>
<ID>MaxLineLength:FilterObjectConverterTest.kt$FilterObjectConverterTest.Companion$"{\"\$or\":[{\"$fieldName\":{\"\$in\":[${values.joinToString(separator = ",")}]}},{\"$fieldName\":{\"\$eq\":${values.first()}}}]}"</ID>
<ID>MaxLineLength:OfflinePlugin.kt$OfflinePlugin$*</ID>
<ID>MaxLineLength:TestUtils.kt$val connectivityManager = getApplicationContext<Context>().getSystemService(Context.CONNECTIVITY_SERVICE) as ConnectivityManager</ID>
<ID>MaxLineLength:UserEntity.kt$UserEntity$*</ID>
<ID>NestedBlockDepth:FilterObjectConverter.kt$private fun Map.Entry<String, Any>.toFilterObject(): FilterObject</ID>
<ID>SpreadOperator:FilterObjectConverter.kt$(*(this.value as List<Map<String, Any>>).map(Map<String, Any>::toFilterObject).toTypedArray())</ID>
<ID>TooManyFunctions:DatabaseMessageRepository.kt$DatabaseMessageRepository : MessageRepository</ID>
</CurrentIssues>
</SmellBaseline>