-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support kotlinc warnings #44
Comments
Do you have more examples? |
I found this issue: kerubistan/kerub#19 where the warnings has a different format:
|
I'll post some more when I'm at work tomorrow, but that issue is from 3 years ago, so it's possible the format changed at some point. For reference, I'm using Kotlin 1.2.70. |
The Kerub-project also uses 1.2.70. I compiled the code from master and got a third format. I guess it can be the Maven Kotlin Plugin that decides the format.
|
This is now released in all plugins. |
I see there's some parsing of other compiler outputs, so I figure it wouldn't be too difficult to add this.
Example:
w: /Users/scottkennedy/project/src/main/java/com/example/Test.kt: (13, 87): Elvis operator (?:) always returns the left operand of non-nullable type String
The text was updated successfully, but these errors were encountered: