Please provide
- Operating system: macOS Ventura 13.4.1
- SonarLint plugin version: 10.0.1.77000
- Programming language you’re coding in: Typescript/React
- Is connected mode used: SonarCloud (organizational/project settings synced with local cache)
And a thorough description of the problem/question:
A lot of rules missing (not synced with sonarcloud) and reported by bitbucket pipeline, but not in IntelliJ (I believe similar is with VS code):
Hi @Milos_Stevanovic, thank you for your report!
Those rules should generally be reported by SonarLint as well. Are you able to raise some JS/TS issues, or are none reported at all? We have this troubleshooting documentation for JS/TS analysis that you can check.
Also, could you please share with us which version of Node.js you use? This can be found in Settings → SonarLint → Node.js path. We require to have at least Node.js 14 (soon to be unsupported).
Lastly, please enable the SonarLint logs and share with us the results after you try analyzing a .tsx file.
Thank you!