--
You received this message because you are subscribed to the Google Groups "SonarLint" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarlint+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarlint/f4f8b5d4-8ae6-4214-a611-18de69fbb65c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Add public modifier to a method in an Interface class then SONAR does not report it as an issue locally, but raises info level issue on sonar server.
--
You received this message because you are subscribed to the Google Groups "SonarLint" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarlint+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarlint/df33533e-99eb-4aff-8d27-682d823be585%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarlint+...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "SonarLint" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarlint+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarlint/52ac6184-cfe6-4580-a939-bbd2fe16864b%40googlegroups.com.
Hi Hari,Can you give some example of such missing rules key? Like squid:xxxx.Note that only the rules of SonarSource analyzers are executed by SonarLint. Rules coming from third-party plugins are not supported.++
2017-11-02 11:57 GMT+01:00 <harikrishn...@gmail.com>:
Hi all,
IDE : Eclipse
Plugin : SonarLint 3.2
Server : SonarQube 6.3
When I connect the sonarlint with sonarqube server, some of the issues based on certain rules in sonarqube server are not shown in the Eclipse IDE.
Is there any way to make all the rules in the sonarqube server to reflect in the sonarlint?
Thanks,
Hari Krishna
--
You received this message because you are subscribed to the Google Groups "SonarLint" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarlint+...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarlint+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarlint/b90d133f-6a25-482b-a47c-4947b930a60b%40googlegroups.com.
AnaThanks,Hi Duarte,I've already checked the project key and the project is linked with SonarQube server (I've already used the option "Update all project bindings".
SonarLint analysis of file /sonar-csharp-plugin/src/main/java/org/sonar/plugins/csharp/CSharpSensor.java...
Connected mode (using configuration of 'org.sonarsource.dotnet:sonar-csharp-plugin' in server 'xxx')
Starting analysis with configuration:
Quality profiles:
* c: c-sonarsource-xxx (161 rules)
* java: java-default-with-xxx-27339 (352 rules)
Hi all,This rule is not enabled in quality profile Sonar way. If I enable the rule, the violation is shown in SonarLint.However, the project is using a custom quality profile. I've tried setting this custom profile as default, but it is not working.I've also setted my preferences in org.sonarlint.eclipse.core.prefs, but it is not working too.
autoEnabled=true
eclipse.preferences.version=1
extraProperties=sonar.profile=Custom
moduleKey=myprojectkey
serverId=myprojectserverAny idea?Thanks.
On 17 November 2017 at 10:51, Ana Paula Carvalho <aninha...@gmail.com> wrote:
AnaThanks,Hi Duarte,I've already checked the project key and the project is linked with SonarQube server (I've already used the option "Update all project bindings".
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarlint/b90d133f-6a25-482b-a47c-4947b930a60b%40googlegroups.com.
--
--Ana Carvalho
--Ana Carvalho



SonarLint analysis of file /sonar-csharp-plugin/src/main/java/org/sonar/plugins/csharp/CSharpSensor.java...
Connected mode (using configuration of 'org.sonarsource.dotnet:sonar-csharp-plugin' in server 'xxx')
Starting analysis with configuration:
Quality profiles:
* c: c-sonarsource-xxx (161 rules)
* java: java-default-with-xxx-27339 (352 rules)
--
You received this message because you are subscribed to a topic in the Google Groups "SonarLint" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sonarlint/Bi3xkvreu4E/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sonarlint+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarlint/44f7155a-cf94-4b77-a23a-7deb06edf7a9%40googlegroups.com.
Hi Duarte,
With your help, I've found the SonarLint console and enabled verbose logs and analysis logs.The project in the Eclipse is bound to the project in SonarQube correctly, but the quality profiles are not shown in the Console.Also, the project is analysing JavaScript files that I had already added in the exclusion files, both in the SonarQube server and in the Eclipse properties.Thanks a lot,Ana
Hi Ana,If you open the SonarLint console and enable verbose logs, when analyzing a file, you should see which project in SonarQube the project in the IDE is bound to:SonarLint analysis of file /sonar-csharp-plugin/src/main/java/org/sonar/plugins/csharp/CSharpSensor.java...
Connected mode (using configuration of 'org.sonarsource.dotnet:sonar-csharp-plugin' in server 'xxx')
Starting analysis with configuration:It will also list the quality profiles that are being used for each language. These should be the quality profiles assigned in SonarQube to the project key listed above.Quality profiles:
* c: c-sonarsource-xxx (161 rules)
* java: java-default-with-xxx-27339 (352 rules)Could you please have a look to see if you get any clues about what's wrong?
Hi Hari,Can you give some example of such missing rules key? Like squid:xxxx.Note that only the rules of SonarSource analyzers are executed by SonarLint. Rules coming from third-party plugins are not supported.++
2017-11-02 11:57 GMT+01:00 <harikrishn...@gmail.com>:
Hi all,
IDE : Eclipse
Plugin : SonarLint 3.2
Server : SonarQube 6.3
When I connect the sonarlint with sonarqube server, some of the issues based on certain rules in sonarqube server are not shown in the Eclipse IDE.
Is there any way to make all the rules in the sonarqube server to reflect in the sonarlint?
Thanks,
Hari Krishna
--
You received this message because you are subscribed to the Google Groups "SonarLint" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarlint+...@googlegroups.com.
Hi Ana,Sorry for the late reply.It looks like the option "Analysis logs" in the console was disabled - it's missing the analysis logs, including the listing of quality profiles.
On 21 November 2017 at 15:44, Ana Paula Carvalho <aninha...@gmail.com> wrote:
AnaHi Duarte,Just to let you know, I use Eclipse Oxygen.1 Release (4.7.1) and SonarLint 3.2.0.201706271328.
On 21 November 2017 at 09:09, Ana Paula Carvalho <aninha...@gmail.com> wrote:
Hi Duarte,With your help, I've found the SonarLint console and enabled verbose logs and analysis logs.The project in the Eclipse is bound to the project in SonarQube correctly, but the quality profiles are not shown in the Console.Also, the project is analysing JavaScript files that I had already added in the exclusion files, both in the SonarQube server and in the Eclipse properties.Thanks a lot,Ana
Hi Ana,If you open the SonarLint console and enable verbose logs, when analyzing a file, you should see which project in SonarQube the project in the IDE is bound to:SonarLint analysis of file /sonar-csharp-plugin/src/main/java/org/sonar/plugins/csharp/CSharpSensor.java...
Connected mode (using configuration of 'org.sonarsource.dotnet:sonar-csharp-plugin' in server 'xxx')
Starting analysis with configuration:It will also list the quality profiles that are being used for each language. These should be the quality profiles assigned in SonarQube to the project key listed above.Quality profiles:
* c: c-sonarsource-xxx (161 rules)
* java: java-default-with-xxx-27339 (352 rules)Could you please have a look to see if you get any clues about what's wrong?
--Ana Carvalho
AnaHi Duarte,Just to let you know, I use Eclipse Oxygen.1 Release (4.7.1) and SonarLint 3.2.0.201706271328.
On 21 November 2017 at 09:09, Ana Paula Carvalho <aninha...@gmail.com> wrote:
Hi Duarte,With your help, I've found the SonarLint console and enabled verbose logs and analysis logs.The project in the Eclipse is bound to the project in SonarQube correctly, but the quality profiles are not shown in the Console.Also, the project is analysing JavaScript files that I had already added in the exclusion files, both in the SonarQube server and in the Eclipse properties.Thanks a lot,Ana
Hi Ana,If you open the SonarLint console and enable verbose logs, when analyzing a file, you should see which project in SonarQube the project in the IDE is bound to:SonarLint analysis of file /sonar-csharp-plugin/src/main/java/org/sonar/plugins/csharp/CSharpSensor.java...
Connected mode (using configuration of 'org.sonarsource.dotnet:sonar-csharp-plugin' in server 'xxx')
Starting analysis with configuration:It will also list the quality profiles that are being used for each language. These should be the quality profiles assigned in SonarQube to the project key listed above.Quality profiles:
* c: c-sonarsource-xxx (161 rules)
* java: java-default-with-xxx-27339 (352 rules)Could you please have a look to see if you get any clues about what's wrong?
--Ana Carvalho