From 0a733065205e8799cdbc67ea44382e4223a2492f Mon Sep 17 00:00:00 2001 From: Viacheslav Tsuvariev Date: Thu, 7 Aug 2025 11:48:35 +0200 Subject: [PATCH 1/5] SLCORE-1584 Update GitHub repo description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79427b1a5f..75ae0c735e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ SonarLint Core ============== -Core library to run SonarLint analysis (used by SonarLint Eclipse and IntelliJ), as well as the SonarLint language server (used by SonarLint VSCode). SonarLint helps you deliver [Clean Code](https://www.sonarsource.com/solutions/clean-code/?utm_medium=referral&utm_source=github&utm_campaign=clean-code&utm_content=sonarlint-core) in your IDE. +A core library to run SonarQube for IDE analysis (used by SonarQube for IDE Eclipse and IntelliJ), as well as the SonarQube for IDE language server (used by SonarQube for IDE VSCode) with the goal of helping developers deliver [integrated code quality and security](https://www.sonarsource.com/solutions/for-developers/?utm_medium=referral&utm_source=github&utm_campaign=clean-code&utm_content=sonarlint-core). [![Build Status](https://api.cirrus-ci.com/github/SonarSource/sonarlint-core.svg)](https://cirrus-ci.com/github/SonarSource/sonarlint-core) [![Quality Gate Status](https://next.sonarqube.com/sonarqube/api/project_badges/measure?project=org.sonarsource.sonarlint.core%3Asonarlint-core-parent&metric=alert_status)](https://next.sonarqube.com/sonarqube/dashboard?id=org.sonarsource.sonarlint.core%3Asonarlint-core-parent) From 4fbbdc427bed522f0ca9ee2a37dc839e9eef7579 Mon Sep 17 00:00:00 2001 From: Viacheslav Tsuvariev Date: Thu, 7 Aug 2025 12:07:18 +0200 Subject: [PATCH 2/5] SLCORE-1584 Remove UTM params --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75ae0c735e..ec75f7bb7e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ SonarLint Core ============== -A core library to run SonarQube for IDE analysis (used by SonarQube for IDE Eclipse and IntelliJ), as well as the SonarQube for IDE language server (used by SonarQube for IDE VSCode) with the goal of helping developers deliver [integrated code quality and security](https://www.sonarsource.com/solutions/for-developers/?utm_medium=referral&utm_source=github&utm_campaign=clean-code&utm_content=sonarlint-core). +A core library to run SonarQube for IDE analysis (used by SonarQube for IDE Eclipse and IntelliJ), as well as the SonarQube for IDE language server (used by SonarQube for IDE VSCode) with the goal of helping developers deliver [integrated code quality and security](https://www.sonarsource.com/solutions/for-developers/). [![Build Status](https://api.cirrus-ci.com/github/SonarSource/sonarlint-core.svg)](https://cirrus-ci.com/github/SonarSource/sonarlint-core) [![Quality Gate Status](https://next.sonarqube.com/sonarqube/api/project_badges/measure?project=org.sonarsource.sonarlint.core%3Asonarlint-core-parent&metric=alert_status)](https://next.sonarqube.com/sonarqube/dashboard?id=org.sonarsource.sonarlint.core%3Asonarlint-core-parent) From 6aae9a55036e3e1bc86618e2ee6a50b6b9d82450 Mon Sep 17 00:00:00 2001 From: Viacheslav Tsuvariev Date: Thu, 7 Aug 2025 13:57:10 +0200 Subject: [PATCH 3/5] SLCORE-1584 Fix text --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec75f7bb7e..81d5ea4286 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ SonarLint Core ============== -A core library to run SonarQube for IDE analysis (used by SonarQube for IDE Eclipse and IntelliJ), as well as the SonarQube for IDE language server (used by SonarQube for IDE VSCode) with the goal of helping developers deliver [integrated code quality and security](https://www.sonarsource.com/solutions/for-developers/). +A core library to run SonarQube for IDE analysis (used by SonarQube for IDE Eclipse, IntelliJ and VS), as well as the SonarQube for IDE language server (used by SonarQube for IDE VSCode) with the goal of helping developers deliver [integrated code quality and security](https://www.sonarsource.com/solutions/for-developers/). [![Build Status](https://api.cirrus-ci.com/github/SonarSource/sonarlint-core.svg)](https://cirrus-ci.com/github/SonarSource/sonarlint-core) [![Quality Gate Status](https://next.sonarqube.com/sonarqube/api/project_badges/measure?project=org.sonarsource.sonarlint.core%3Asonarlint-core-parent&metric=alert_status)](https://next.sonarqube.com/sonarqube/dashboard?id=org.sonarsource.sonarlint.core%3Asonarlint-core-parent) @@ -8,7 +8,7 @@ A core library to run SonarQube for IDE analysis (used by SonarQube for IDE Ecli Have Questions or Feedback? --------------------------- -For SonarLint support questions ("How do I?", "I got this error, why?", ...), please first read the [FAQ](https://community.sonarsource.com/t/frequently-asked-questions/7204) and then head to the [SonarSource forum](https://community.sonarsource.com/c/help/sl). There are chances that a question similar to yours has already been answered. +For SonarQube for IDE support questions ("How do I?", "I got this error, why?", ...), please first read the [FAQ](https://community.sonarsource.com/t/frequently-asked-questions/7204) and then head to the [SonarSource forum](https://community.sonarsource.com/c/help/sl). There are chances that a question similar to yours has already been answered. Be aware that this forum is a community, so the standard pleasantries ("Hi", "Thanks", ...) are expected. And if you don't get an answer to your thread, you should sit on your hands for at least three days before bumping it. Operators are not standing by. :-) From 50a4ccc569f1439816a743903885056e6940a9dd Mon Sep 17 00:00:00 2001 From: Viacheslav Tsuvariev Date: Thu, 7 Aug 2025 15:38:57 +0200 Subject: [PATCH 4/5] SLCORE-1584 text change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81d5ea4286..5cc03e4547 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ SonarLint Core ============== -A core library to run SonarQube for IDE analysis (used by SonarQube for IDE Eclipse, IntelliJ and VS), as well as the SonarQube for IDE language server (used by SonarQube for IDE VSCode) with the goal of helping developers deliver [integrated code quality and security](https://www.sonarsource.com/solutions/for-developers/). +The core library to run SonarQube for IDE analysis (used by SonarQube for IDE Eclipse, IntelliJ and VS), as well as the SonarQube for IDE language server (used by SonarQube for IDE VSCode) with the goal of helping developers deliver [integrated code quality and security](https://www.sonarsource.com/solutions/for-developers/). [![Build Status](https://api.cirrus-ci.com/github/SonarSource/sonarlint-core.svg)](https://cirrus-ci.com/github/SonarSource/sonarlint-core) [![Quality Gate Status](https://next.sonarqube.com/sonarqube/api/project_badges/measure?project=org.sonarsource.sonarlint.core%3Asonarlint-core-parent&metric=alert_status)](https://next.sonarqube.com/sonarqube/dashboard?id=org.sonarsource.sonarlint.core%3Asonarlint-core-parent) From 8d383e7e9857552899b009ee76437dd0cbff8fe7 Mon Sep 17 00:00:00 2001 From: Gabriela Trutan Date: Mon, 11 Aug 2025 09:51:53 +0200 Subject: [PATCH 5/5] SLCORE-1584 Remove skip conditions to be able to merge PRs that only have documentation changes --- .cirrus.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 214dda4ea1..7f38123271 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -10,17 +10,14 @@ env: auto_cancellation: $CIRRUS_BRANCH != $CIRRUS_DEFAULT_BRANCH only_if_with_nightly: &ONLY_IF - skip: "changesIncludeOnly('docs/**/*', 'spec/**/*', 'README.md')" only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "dogfood-on-.*") only_if_except_nightly: &ONLY_IF_EXCEPT_NIGHTLY - skip: "changesIncludeOnly('docs/**/*', 'spec/**/*', 'README.md')" only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && $CIRRUS_BUILD_SOURCE != "cron" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "dogfood-on-.*") only_main_branches: &ONLY_MAIN_BRANCHES - skip: "changesIncludeOnly('docs/**/*', 'spec/**/*', 'README.md')" only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BRANCH =~ "branch-.*") orchestrator_monthly_cache_template: &ORCHESTRATOR_MONTHLY_CACHE_TEMPLATE