Adding custom rules for JSP language

Hi, I have a SonarQube Version 9.9.1 (build 69595) and a JSP project to be integrated. I could see that on my SonarQube server, there is no built-in rules available for JSP language. Also, I noticed that custom rule creation is now not supported for JSP (from this official documentation).

Could you please suggest is there any alternative approaches available for this?

Hey there.

If you write a tool that exports data in Generic Issue Format, you can attach issues to JSP files

Otherwise, no API exists to write rules for JSP files, and you would have to write a new plugin (sonar-findbugs raises issues on JSP files, for example)