What are you trying to accomplish?
- T-Sql code checks using sql enlight plugin for Sonarqube.
I am getting zero language detected error message from the Sonar-scanner CLI, when running from the CMD.
i copied few sql Stored Procedures in a folder and running a sonar-scanner on that folder by passing all the properties.
This was working fine with Sonarqube Server versio 9.9, and was giving me the all the issues in the Stored Procedure, but after upgrading the sonarqube to 10.6, i am getting zero language detected error message in the output. i tried running from the jenkins with all the parameters, but getting the same error.
please help
What’s your specific coding challenge in developing your plugin?
And, if relevant, please share the code that’s giving you problems: