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)