We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version 0.25.0.
Currently the json generated by the reporter looks like the following:
{ "file": "src\main\java\com\saa\sample_app\base\SomeClass.kt", "errors": [ { "line": 23, "column": 63, "message": "Unused import", "rule": "no-unused-imports" } ] }
As you can see, the slashes in the file name are not properly escaped. Presumably this is an error in JsonReporter
I don't have much experience with Kotlin yet, but I'll see about getting a merge request going soon.
The text was updated successfully, but these errors were encountered:
0.25.1 released 🎈
Sorry, something went wrong.
No branches or pull requests
Version 0.25.0.
Currently the json generated by the reporter looks like the following:
As you can see, the slashes in the file name are not properly escaped. Presumably this is an error in JsonReporter
I don't have much experience with Kotlin yet, but I'll see about getting a merge request going soon.
The text was updated successfully, but these errors were encountered: