I’m using the “Sonar Way” Quality Gate and the “(JavaScript)Sonar way Recommended” Qualify Profile to detect issues in JavaScript files. I have a .js file with multiples errors (in purpose) and the report is generating without issues/errors. Any ideas?
I think this is about your project “content”. Files not referenced in a .proj file will be ignored by analysis. Try adding <Content Include="src\**\*.js" /> to a project file.