Sonarlint PLSQL rules

I’m using Sonarlint to check PLSQL code in connection with Sonarqube.
How can i disable a rule in Visual Studio Code ?

Hello, welcome to the community! And thank you for your question.

In connected mode, rule activation and parameters are synchronized with the server. So to have a rule disabled in VSCode, you will need to:

  • disable the rule in the PL/SQL quality profile associated with your project on the server
  • in Visual Studio Code, use command “SonarLint: Update all project bindings to SonarQube/SonarCloud” (e.g through “View” > “Command Palette…”)