"parsing error" reported, but can't find any trace in the log

When running sonar on a GitHub PR, I get a notification " The last analysis has a warning.See details"

Clicking on the link, I’m told “There were parsing errors in 1 files while analyzing the project. Check the logs for further details.”

Looking at the log (GitHub action, raw GitHub action log), I do not find anything related to “error” or “warn” or “parse”

Can anybody tell me what the “parsing error” may be about?

Setup:

Hey @hannes

I have to assume the error is this one:

11:58:06.316 ERROR Failed to analyze file [src/components/input/TextAreaInput.vue]: Cannot set property index of Error which has only a getter

So this is the trouble file.

It’s super convenient this is open source, I can hand it right over to our devs. :slight_smile:

In the meantime you can exclude the file from analysis if the warning troubles you.

1 Like

Thank you so much, Colin !
I wonder where my string searching failed to find that “ERROR”.

Great help! :folded_hands:

Hello Hannes,

Thank you for your feedback. I have opened a ticket to track this issue: Jira

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.