Please provide
- Operating system: Mac OS Monterey 12.6
- SonarLint plugin version: 3.10.0
- Programming language you’re coding in: Typescript
- Is connected mode used:
- Connected to SonarQube version 9.5.0.56709
I’m doing a test with Sonarlint to verify if makes sense my team use in daily development since that we already use the sonarqube in Github Actions to measure code coverage and code quality. I created a token in my user on sonarqube and connected successfully my project with sonarlint. I already can see some code smells in my VS CODE editor. However, it seems that sonarlint doesn’t show some bugs and security issues as shown on sonarqube. For example the below bug is not shown in my IDE:
I am using Vue + Typescript + less. What could be wrong?