Must-share information (formatted with Markdown):
- which versions are you using (SonarQube8.9 LTS, Maven Scanner 3.x
- what are you trying to achieve
We have a maven project containing some JSP files. This project is using our custom quality profile instead of default one. The SQ 6.7.4 found not critical issue but after upgrade to SQ 8.9, some critical issues are report. Custom quality profile ( Sonar Way Htlm custom) was not change at all after the upgrade.
The critical issues are related to these rules:
- JSP expressions should not be used ,category
- Javascript scriptlets should not have too many lines of code category:
So we cannot explain why the issues are reported.