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.
Can I disable / enable the set of rules that are shown by SonarLint for VS? How? A similar question was …
sonarlint sonarlint-vsMy company upgraded to SonarQube 5.3. This requires changing from the SonarQube plugin for Eclipse to SonarLint. I regret that upgrade …
eclipse sonarqube sonarlint sonarqube5.3 sonarlint-eclipseMore specifically, when the exception contains custom objects which may or may not themselves be serializable. Take this example: public …
c# visual-studio-2017 sonarlintI installed SonarLint in VS 2015 and it looks like a great extension with lots of potential. At the moment the …
c# unit-testing visual-studio-2015 sonarlintThis is going to sound like a ridiculous question, but using the SonarLint Eclipse plugin (v3.2.0) on the latest Eclipse (…
eclipse eclipse-plugin sonarlintI am using Sonar-Lint as my static code analysis plugin in intellij. When I run that after setting configurations, it …
java intellij-idea sonarlintI have installed sonar lint extension on my visual studio code editor and I was wondering if there is a …
sonarqube visual-studio-code sonarlintMy question is very similar to this except that this issue I have encountered in SonarLint V3 (squid:S1948). My …
java intellij-idea sonarqube sonarlintI am triggering a Sonar analysis from Jenkins whenever a user commits any change to any branch of my project. …
sonarqube sonar-runner sonarqube-scan sonarlint