I have SonarLint installed in Eclipse and there is a remotely set up sonarQube server, but rules are different on both . How can I configure rules same as SonarQube on SonarLint in my Eclipse ?
3 Answers
You want to use the connected mode in order to apply the same ruleset on your IDE that the one running on your SonarQube instance. Have a look at the relevant documentation : http://www.sonarlint.org/eclipse/#Connected
2 Comments
Nishant Modi
Can I have diff rule set for my local machine means can I disable some rules which are enable on remote server
Sudheep Vallipoyil
Yes you can do an initial sync and then unchecked the rules in the Rules tab under SonarLint general settings