Hi all,
I have a paid version of sonarcloud, and i connected my sonarlint plugin to my sonarcloud instance.
The only problem i have is that i don’t get why comments block in the script tag of a vue3 component or any typescript file are allowed, i place here a picture:
As you can see, i am able to add comments in the script tag of a vue component.
Instead, it should raise an error
Here happen the same with typescript files:
However in html it works as expected:
All my settings are the sonarcloud default settings.
So i have all “sonar way” quality profiles
How can i enable the rule to scan comments in any file?
Thanks