Rule configuration from Visual Studio in connected mode

We are using SonarQube along with SonarLint plugin. Does anyone knows how can we enable/disable rules using Visual Studio and sync with SonarQube server?

We have Vs 2019, SonarLint plugin and SonarQube Community edition.

Hello @Rahul_Mahulkar,

Please take a look at our documentation on how to configure connected mode.
Feel free to ask further questions if something is unclear.

Thank you @rita.g. I think following note from documentation answers my queries.

Note: connected mode does not push issues to the server. Rather, its purpose is to configure the IDE so that it uses the same settings as the server.

1 Like