- Operating system: ubuntu 24.04
- SonarQube for VS Code plugin version: 4.26
- Programming language you’re coding in: angular, typescript
- Is connected mode used:
- SonarQube Cloud, SonarQube Server, or SonarQube Community Build? (if one of the latter two, which version?): sonarQube Server (but don’t know where I may find the version - I think its actual too)
I’m new to sonarqube and never used the vscode plugin before. Due to that I’m not sure if I can configure here my own project needs (similar to eslintrc.config.mjs for tseslint plugin).
I use the sonarqube server that is administrated by our IT.
For my own needs I want to exclude some rules like mark some positions with //TODO should be ignored or use empty classes for type securance.
Then sonar.exclusions based relative to my project dir will not prevent that the file is marked by sonarqube inside the Code editor. (sonar.exclusions=src/app/common)
Also I wish to exclude some rules like Classes should not be empty or mark any TODO statement. so I doubt that sonar-project.properties is the right place to do this.
may you help me - where and how can I do this ?