-
Notifications
You must be signed in to change notification settings - Fork 9
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
Version 2.1.2 fails to parse detekt results file. #22
Comments
Does 2.2.0 work? I also noticed this bug. Seems like a bug in the Shadow tool. |
2.2.0 is not available yet at https://plugins.gradle.org/ |
I published |
Open issue again if not working |
Thank you. Version 2.2.2 works |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While parsing detekt output xml file an exception occurs:
java.lang.RuntimeException: "se.bjurr.violations.violationsgitlib.severity" not found in: <?xml version="1.0" encoding="UTF-8"?><error line="62" column="21" severity="warning" message="Forbidden TODO todo marker in comment, please do the changes." source="detekt.ForbiddenComment"/>
Decompiled code of CheckStyleParser really has
se.bjurr.violations.violationsgitlib.severity
instead of just 'severity':Not sure where this came from.
The text was updated successfully, but these errors were encountered: