Top "Sonarlint" questions

SonarLint is an extension to IDEs (such as VS, Eclipse or IntelliJ) that provides on-the-fly feedback to developers on new bugs and quality issues found in their code, using Static Code Analysis.

Analyse Typescript with SonarQube

I'm using node_modules/codelyzer to analyze my source code Typescript. I define manually rules in tslint.json file. But …

typescript sonarqube sonarlint tslint
Disable Sonarlint automatic scan for Eclipse Remote Systems Explorer

How can I disable the SonarLint automatic scan in Eclipse for the Remote Systems Explorer plugin? Background: I recently installed …

eclipse sonarlint
Unable to trigger SonarLint Analysis on whole Project

I have installed the latest sonarLint plugins with Intellij 2016.1.2. Analyze on the fly works fine. However, I can't find in …

intellij-idea sonarlint
SonarLint Use the primitive boolean expression here

I have the following class Properties: class Properties { private Boolean enabled; public Boolean getEnabled() { return enabled; } } If I write the …

java primitive-types sonarlint
SonarLint for Eclipse : Configure a custom SonarQube & language profile?

Currently SonarLint for Eclipse uses https://update.sonarlint.org/ as SonarQube instance. Is there a way to configure a custom …

eclipse sonarlint
Exclude JS files from SonarLint

I use SonarLint in my Eclipse to analyze JAVA web project. How to exclude js files from SonarLint analysis? It …

eclipse performance sonarlint
Disable sonarlint automatic analysis in Eclipse by default

We recently added SonarLint to our default Eclipse install, but only use sonarlint on some new projects. While we have …

eclipse sonarlint
Eclipse warning "Replace the type specification in this constructor call with the diamond operator ('<>')" in a Java project

What does Eclipse mean when it asks to Replace the type specification in this constructor call with the diamond operator (…

java eclipse java-8 sonarlint sonarlint-eclipse
How to ignore sonar rule to specific line of code in c#?

I use sonarLint. I want the sonar test not to be performed for a specific line.I used '//NOSONAR' …

c# sonarlint sonarlint-vs
SonarLint doesn't see server binding

IntelliJ IDEA -> Settings -> Other settings -> SonarLint General Settings SonarQube servers: Localhost (http://localhost:9000; login: …

intellij-idea sonarqube code-inspection sonarlint