You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but use only com.github.ajalt.clikt.parameters.arguments.convert, then com.github.ajalt.clikt.parameters.options.convert is not detected as an unused import.
Expected Behavior
An unused import should be detected.
Observed Behavior
The unused import is not detected.
Steps to Reproduce
When using clikt, import
but use only
com.github.ajalt.clikt.parameters.arguments.convert
, thencom.github.ajalt.clikt.parameters.options.convert
is not detected as an unused import.Context
See https://github.com/oss-review-toolkit/ort/blob/376555874ab7e46a95e894a2702e15b94326ee85/helper-cli/src/main/kotlin/commands/FormatRepositoryConfigurationCommand.kt#L24-L25
Your Environment
The text was updated successfully, but these errors were encountered: