I'm using Eclipse Neon and SonarQube 5.6.6(LTS). I've install sonarLint version 3.1.0. Following are my question.
- In SonarLint whether there is an option to analyze the entire project? I can't able to find such option.
- The issue showing in Eclipse reported by sonar lint is different from reported on server. When I'm wantedly creating the sonar issues(based on the rule) in eclipse but SonarLint is not recognizing . why?
- From Eclipse I've made the connection to the SonarQube server and the connection was success, Whether it is using the activated quality profile rule?
- After resolving the issues, how the issues will be reflected to the sonarQube server ? In case of Maven whether I need to add the sonar properties and sonar-maven plugin and trigger the build?