Suggest to replace manual range with explicit indices or iterable
#KT-14344 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
8cda5cb849
commit
3451c60f93
@@ -1820,6 +1820,15 @@
|
||||
language="kotlin"
|
||||
/>
|
||||
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.ReplaceManualRangeWithIndicesCallsInspection"
|
||||
displayName="Convert manual ranges to indices or iteration over collection"
|
||||
groupPath="Kotlin"
|
||||
groupName="Style issues"
|
||||
enabledByDefault="true"
|
||||
level="INFO"
|
||||
language="kotlin"
|
||||
/>
|
||||
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.IfThenToElvisInspection"
|
||||
displayName="If-Then foldable to '?:'"
|
||||
groupPath="Kotlin"
|
||||
|
||||
Reference in New Issue
Block a user