Skip to content

redundant-import-alias

Remove aliases equal to package names.

Updated View as Markdown

Default severity: warning

Remove aliases equal to package names.

Bad

import strings "strings"

Good

import "strings"
Navigation

Type to search…

↑↓ navigate↵ selectEsc close