RRD
RRD

Reputation: 17

Sonarqube and lint with intellij

I am new to IntelliJ. I want to use sonar Qube and sonar lint in combination with IntelliJ IDE. How to configure sonar Qube and sonar lint plugin in IntelliJ?

I went through some sites which are suggesting me File -> Settings -> Other Settings -> Sonar but in my IntelliJ, there is nothing like Other Settings after opening Settings. I am using IntelliJ Ultimate version 2018.2

Upvotes: 0

Views: 3420

Answers (1)

winne2
winne2

Reputation: 2250

You first need to install the plugin via File -> Settings -> Plugins -> Search in Repositories.

After the plugin was installed successfully, you will find the described "Other Settings" section: enter image description here

Upvotes: 1

Related Questions