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
Hi, thanks for making this plugin! When I run it, it prints out an error with a relative filepath like this: [ERROR] src/test/kotlin/myapi/MyApiTest.kt:250:1: Unexpected tab character(s)
Can this error message be changed to print out the full filepath to the file with the error? Something like this: [ERROR] C:/repos/myrepo/src/test/kotlin/myapi/MyApiTest.kt:250:1: Unexpected tab character(s)
The text was updated successfully, but these errors were encountered:
takanuva15
changed the title
Change the error message to print the entire full path of the file with the error
Change the error message to print the entire full path of the file with the error?
Nov 8, 2023
Specifying the absolute path and a slightly different line number identifier format would align with errors thrown by the compiler plugin as well as enable IDEs such as Intellij to link directly to that file location from terminal output which would be very useful.
Hi, thanks for making this plugin! When I run it, it prints out an error with a relative filepath like this:
[ERROR] src/test/kotlin/myapi/MyApiTest.kt:250:1: Unexpected tab character(s)
Can this error message be changed to print out the full filepath to the file with the error? Something like this:
[ERROR] C:/repos/myrepo/src/test/kotlin/myapi/MyApiTest.kt:250:1: Unexpected tab character(s)
The text was updated successfully, but these errors were encountered: