sonarlint-intellij

Intellij SonarLint 2.3 - ignore rule

此生再无相见时 提交于 2019-12-12 10:37:31
问题 I've just updated SonarLint plugin for Intellij Idea to version 2.3.2. Changelog says that since version 2.3 rule exclusion in connected mode should be available. Below is my configuration, seems to be corrected, yet, ignored rule still pops up. 回答1: Currently, the exclusions must be defined in the SonarQube server. That's why it's only supported in the connected mode. Sorry if change notes were not clear, I will update the title of https://jira.sonarsource.com/browse/SLI-72. Defining

Sonarqube SonarLint Customisation

*爱你&永不变心* 提交于 2019-12-11 11:43:57
问题 I am interested in customising SonarLint on IntelliJ, I am guessing it's possible via the sonarlint.xml file. <?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="SonarLintProjectSettings"> <option name="additionalProperties"> <map> <entry key="squid:S1067.max" value="20" /> <entry key="squid:S2975" value="True" /> </map> </option> </component> </project> Specifically I would like to disable some of the checks and increase the thresholds for others, the attached XML

Connected Mode on SonarLint v2.0 on IntelliJ not working?

心已入冬 提交于 2019-12-11 02:03:55
问题 SonarLint v2.0 for IntelliJ is out now, and has this "connect to sonar server" feature, but even so, it seems it isn't in sync with my server rules. http://www.sonarlint.org/intellij/#Connected Is it working for someone? I'm I missing a step? Or could it be a bug? Thanks! IntelliJ Idea Version: 2016.1 SonarLint Version: 2.0.1 SonarQube Version: 5.4 回答1: SonarLint, as of now, won't work with third party analyzers like PMD or FindBug, if you are using those, they will simple be ignored. You can