Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ import org.jetbrains.kotlin.resolve.descriptorUtil.fqNameOrNull
* This rule reports unused imports. Unused imports are dead code and should be removed.
* Exempt from this rule are imports resulting from references to elements within KDoc and
* from destructuring declarations (componentN imports).
*
* @requiresTypeResolution
*/
class UnusedImports(config: Config) : Rule(config) {

Expand Down
2 changes: 0 additions & 2 deletions docs/pages/documentation/style.md
Original file line number Diff line number Diff line change
Expand Up @@ -1397,8 +1397,6 @@ This rule reports unused imports. Unused imports are dead code and should be rem
Exempt from this rule are imports resulting from references to elements within KDoc and
from destructuring declarations (componentN imports).

**Requires Type Resolution**

**Severity**: Style

**Debt**: 5min
Expand Down