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.
I'm using node_modules/codelyzer to analyze my source code Typescript. I define manually rules in tslint.json file. But …
typescript sonarqube sonarlint tslintHow can I disable the SonarLint automatic scan in Eclipse for the Remote Systems Explorer plugin? Background: I recently installed …
eclipse sonarlintI 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 sonarlintI have the following class Properties: class Properties { private Boolean enabled; public Boolean getEnabled() { return enabled; } } If I write the …
java primitive-types sonarlintCurrently SonarLint for Eclipse uses https://update.sonarlint.org/ as SonarQube instance. Is there a way to configure a custom …
eclipse sonarlintI use SonarLint in my Eclipse to analyze JAVA web project. How to exclude js files from SonarLint analysis? It …
eclipse performance sonarlintWe recently added SonarLint to our default Eclipse install, but only use sonarlint on some new projects. While we have …
eclipse sonarlintWhat 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-eclipseI use sonarLint. I want the sonar test not to be performed for a specific line.I used '//NOSONAR' …
c# sonarlint sonarlint-vsIntelliJ IDEA -> Settings -> Other settings -> SonarLint General Settings SonarQube servers: Localhost (http://localhost:9000; login: …
intellij-idea sonarqube code-inspection sonarlint