How can i integrate sonarqube with vue SFC?
Hello! I would like some help in integrating sonarqube with vue SFC files.
Before, i had a sonar-project.properties file without any special config for vue, and i think it threatened it like if it was plain js or vue files, it worked great!
But it didnt detect any duplicated html or css, it only proccessed the JS part of the file.
How can i set it to analysis the html and css of vue sfc files?
I tried setting the .vue extension in sonar.html.file.suffixes, and it detected the duplicated lines, but it lowered the coverage and didnt process well the javascript.
This is my current config:
0 Replies