@@ -47,7 +47,7 @@ comments:
4747 endOfSentenceFormat : ' ([.?!][ \t\n\r\f<])|([.?!:]$)'
4848 KDocReferencesNonPublicProperty :
4949 active : false
50- excludes : ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
50+ excludes : ['**/test/**', '**/androidTest/**', '**/androidHostTest/**', '**/ commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
5151 OutdatedDocumentation :
5252 active : false
5353 matchTypeParameters : true
@@ -56,7 +56,7 @@ comments:
5656 exhaustive : true
5757 UndocumentedPublicClass :
5858 active : false
59- excludes : ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
59+ excludes : ['**/test/**', '**/androidTest/**', '**/androidHostTest/**', '**/ commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
6060 searchInNestedClass : true
6161 searchInInnerClass : true
6262 searchInInnerObject : true
@@ -65,11 +65,11 @@ comments:
6565 ignoreDefaultCompanionObject : false
6666 UndocumentedPublicFunction :
6767 active : false
68- excludes : ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
68+ excludes : ['**/test/**', '**/androidTest/**', '**/androidHostTest/**', '**/ commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
6969 searchProtectedFunction : false
7070 UndocumentedPublicProperty :
7171 active : false
72- excludes : ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
72+ excludes : ['**/test/**', '**/androidTest/**', '**/androidHostTest/**', '**/ commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
7373 searchProtectedProperty : false
7474 ignoreEnumEntries : false
7575
@@ -144,14 +144,14 @@ complexity:
144144 active : false
145145 StringLiteralDuplication :
146146 active : false
147- excludes : ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
147+ excludes : ['**/test/**', '**/androidTest/**', '**/androidHostTest/**', '**/ commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
148148 allowedDuplications : 2
149149 ignoreAnnotation : true
150150 allowedWithLengthLessThan : 5
151151 ignoreStringsRegex : ' $^'
152152 TooManyFunctions :
153153 active : true
154- excludes : ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
154+ excludes : ['**/test/**', '**/androidTest/**', '**/androidHostTest/**', '**/ commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
155155 allowedFunctionsPerFile : 11
156156 allowedFunctionsPerClass : 11
157157 allowedFunctionsPerInterface : 11
@@ -237,7 +237,7 @@ exceptions:
237237 - ' toString'
238238 InstanceOfCheckForException :
239239 active : true
240- excludes : ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
240+ excludes : ['**/test/**', '**/androidTest/**', '**/androidHostTest/**', '**/ commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
241241 NotImplementedDeclaration :
242242 active : false
243243 ObjectExtendsThrowable :
@@ -263,7 +263,7 @@ exceptions:
263263 active : false
264264 ThrowingExceptionsWithoutMessageOrCause :
265265 active : true
266- excludes : ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
266+ excludes : ['**/test/**', '**/androidTest/**', '**/androidHostTest/**', '**/ commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
267267 exceptions :
268268 - ' ArrayIndexOutOfBoundsException'
269269 - ' Exception'
@@ -278,7 +278,7 @@ exceptions:
278278 active : true
279279 TooGenericExceptionCaught :
280280 active : true
281- excludes : ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
281+ excludes : ['**/test/**', '**/androidTest/**', '**/androidHostTest/**', '**/ commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
282282 exceptionNames :
283283 - ' ArrayIndexOutOfBoundsException'
284284 - ' Error'
@@ -329,7 +329,7 @@ naming:
329329 FunctionNaming :
330330 active : true
331331 aliases : ['FunctionName']
332- excludes : ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**', '**/nativeTest/**']
332+ excludes : ['**/test/**', '**/androidTest/**', '**/androidHostTest/**', '**/ commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**', '**/nativeTest/**']
333333 functionPattern : ' [a-z][a-zA-Z0-9]*'
334334 excludeClassPattern : ' $^'
335335 ignoreAnnotated :
@@ -405,10 +405,10 @@ performance:
405405 allowedOperations : 2
406406 ForEachOnRange :
407407 active : true
408- excludes : ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
408+ excludes : ['**/test/**', '**/androidTest/**', '**/androidHostTest/**', '**/ commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
409409 SpreadOperator :
410410 active : true
411- excludes : ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
411+ excludes : ['**/test/**', '**/androidTest/**', '**/androidHostTest/**', '**/ commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
412412 UnnecessaryInitOnArray :
413413 active : false
414414 UnnecessaryPartOfBinaryExpression :
@@ -492,7 +492,7 @@ potential-bugs:
492492 active : true
493493 LateinitUsage :
494494 active : false
495- excludes : ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
495+ excludes : ['**/test/**', '**/androidTest/**', '**/androidHostTest/**', '**/ commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
496496 ignoreOnClassesPattern : ' '
497497 MapGetWithNotNullAssertionOperator :
498498 active : true
@@ -540,7 +540,7 @@ potential-bugs:
540540 active : true
541541 UnsafeCallOnNullableType :
542542 active : true
543- excludes : ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
543+ excludes : ['**/test/**', '**/androidTest/**', '**/androidHostTest/**', '**/ commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
544544 UnsafeCast :
545545 active : true
546546 aliases : ['UNCHECKED_CAST']
@@ -676,7 +676,7 @@ style:
676676 maxJumpCount : 1
677677 MagicNumber :
678678 active : true
679- excludes : ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**', '**/*.kts']
679+ excludes : ['**/test/**', '**/androidTest/**', '**/androidHostTest/**', '**/ commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**', '**/*.kts']
680680 ignoreNumbers :
681681 - ' -1'
682682 - ' 0'
0 commit comments