honghua
(chen honghua)
April 28, 2022, 3:42am
1
Must-share information (formatted with Markdown ):
which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
Enterprise edition 8.9
what are you trying to achieve
Analyze an Android front-end project with CSS and vue.js code and get the analysis results
what have you tried so far to achieve this
exclude java file and folders , exclude C/C++/ObjectC from analysis commands
In a front-end Android project, after excluding Java and C/ C ++ /Object, the remaining code is CSS and vue.js, the analysis error is as follows:
analysis commands is as follows:
ganncamp
(G Ann Campbell)
April 28, 2022, 4:52pm
2
Hi,
First, you need to revoke the token you just published to the world^.
Second, could you copy/paste the full text of your analysis log, please?
Ann
honghua
(chen honghua)
April 29, 2022, 8:52am
3
Hi Ann,
Thank you for your reply!
analysis logs are as follows:
ganncamp
(G Ann Campbell)
May 2, 2022, 6:32pm
4
Hi,
Please copy/paste the text of the full output from the analysis command.
Ann
honghua
(chen honghua)
May 7, 2022, 8:52am
5
The cause was found. The analyst’s mistake.
The analysis command was truncated because of an extra line break. Now it succeeds .
Thank you very much.