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.

How to use SonarLint in Eclipse

I was assigned to use SonarQube for code quality. But while I'm downloading it's plugin to Eclipse I understood it …

java eclipse sonarlint
SonarQube And SonarLint difference

How exactly is sonarQube different from SonarLint ? SonarQube has a server associated with it and Sonar lint works more like …

sonarqube sonarlint
Built-in string formatting vs string concatenation as logging parameter

I'm using SonarLint that shows me an issue in the following line. LOGGER.debug("Comparing objects: " + object1 + " and " + object2); Side-note: …

java string logging concatenation sonarlint
Not able to install sonarlint plugin in Platform: Eclipse Mars.1 (4.5.1)

Trying to install sonar lint plugin in STS tool, it is not installing and says Sonar lint not compatible with …

eclipse-plugin spring-tool-suite sonarlint
How to suppress warning for a specific method with Intellij SonarLint plugin

I want to suppress the Sonar lint plugin warning for some methods, this question is not what I want Intellij …

intellij-idea sonarlint sonarlint-intellij
Method has 8 parameters, which is greater than 7 authorized

When I am scanning code with sonar lint the following code shows the bug as "Method has 8 parameters, which is …

java sonarqube sonarlint sonarlint-eclipse
How do you customize SonarLint rules in IntelliJ IDEA?

Is it possible to have SonarLint for IntelliJ IDEA enforce only the rules I have enabled on my Sonar server?

intellij-idea sonarlint
How to turn off SonarLint automatic triggering on IntelliJ IDEA

Is there some way of turning-off automatic SonarLint analysis in Intellij IDEA? I have some 10,000 to 20,000 lines-of-code classes (don't ask, …

intellij-idea sonarlint sonarlint-intellij
How to enable/disable any rule from SonarLint in Eclipse

I have SonarLint installed in Eclipse and there is a remotely set up sonarQube server, but rules are different on …

sonarqube sonarlint sonarlint-eclipse
Cognitive Complexity and its effect on the code

W.r.t to one of the java projects, we recently started using SonarLint. Output of the code analysis shows …

java algorithm mapreduce refactoring sonarlint