How to configure SonarLint in IntelliJ?

Viewed 53

I was using SonarLint plugin in IntelliJ IDEA by using the url of our project. However, I want to configura it independently for my custom projects, but I am confused how should I do that. Could you pls clarify me about the following issues?

1. What is the SonarCloud and SonarCube options for configuring the SonarLint plugin in IntelliJ IDEA?

2. If I have not a specific url or server for SonarQube, how should I configure the plugin? Which section should I select (SonarCloud and SonarCube)?

1 Answers

I think you'll find the documentation here.

I don't think the plugin will work if you don't have any installed SonarQube instance, or a SonarCloud account. The plugin needs to interact with a server to retrieve coding rules.

Related