Open gdeOo opened 4 years ago
Thx for reporting, I'll have a look!
It seems that the rule does not take type aliases into account, and detects type aliases as relative imports.
Very sorry about the huge delay, didn't have as much free time as I'd like to tackle it... Going to fix this in the coming days.
A file containing only the following import reports it as a relative import.
Other imports from the same package are not reported. The following is fine, for example:
Not sure if relevant, but I'm using version
scalatest_2.12 3.1.0
.