Replies: 1 comment 4 replies
-
|
Hello @vdiez! Thank you for this discussion post. I am working on a new major version of the plugin to update minimal requirements. I have also taken note of the need to switch to the class But I'm having trouble defining the minimum SonarQube versions that our plugin can support. It must be based on SonarJS v11, which does not seem to be used by the latest LTA version of SonarQube. So should I give up on supporting the latest LTA? SonarQube Developer 2025.4 LTA
SonarQube Community Edition 25.9 (first version using SonarJS 11)
happens during the project scan Looking forward to your valuable feedback, thank you 🙏 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
SonarJS developer here. Just a heads up that we are deprecating the current public API of our analyzer. You can check the new APIs here, compared to the deprecated one .
Not many changes needed, we just needed to clean up a little bit as there were too many classes to define Rules. Deprecated Check, EslintBasedCheck, JavaScriptCheck and TestFileCheck. Left EslintHook as only way to register rules. All the former will be removed in SonarJS 12
Beta Was this translation helpful? Give feedback.
All reactions