Skip to content

SLCORE-1584 Update GitHub repo description #1460

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,14 @@
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
Expand Down Expand Up @@ -88,7 +85,7 @@
- mvn -B -e -V -Pits dependency:go-offline # populate cache including ITs deps too
cleanup_before_cache_script: cleanup_maven_repository

test_linux_task:

Check warning on line 88 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L88

task "test_linux" depends on task "build", but their only_if conditions are different

Check warning on line 88 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L88

task "test_linux" depends on task "build", but their only_if conditions are different

Check warning on line 88 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L88

task "test_linux" depends on task "build", but their only_if conditions are different

Check warning on line 88 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L88

task "test_linux" depends on task "build", but their only_if conditions are different

Check warning on line 88 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L88

task "test_linux" depends on task "build", but their only_if conditions are different

Check warning on line 88 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L88

task "test_linux" depends on task "build", but their only_if conditions are different

Check warning on line 88 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L88

task "test_linux" depends on task "build", but their only_if conditions are different

Check warning on line 88 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L88

task "test_linux" depends on task "build", but their only_if conditions are different
# Run unit tests on Linux with Java 17 and SonarQube analysis on Next
depends_on:
- build
Expand All @@ -110,7 +107,7 @@
path: '**/target/surefire-reports/TEST-*.xml'
format: junit

test_windows_task:

Check warning on line 110 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L110

task "test_windows" depends on task "build", but their only_if conditions are different

Check warning on line 110 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L110

task "test_windows" depends on task "build", but their only_if conditions are different

Check warning on line 110 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L110

task "test_windows" depends on task "build", but their only_if conditions are different

Check warning on line 110 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L110

task "test_windows" depends on task "build", but their only_if conditions are different

Check warning on line 110 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L110

task "test_windows" depends on task "build", but their only_if conditions are different

Check warning on line 110 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L110

task "test_windows" depends on task "build", but their only_if conditions are different

Check warning on line 110 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L110

task "test_windows" depends on task "build", but their only_if conditions are different

Check warning on line 110 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L110

task "test_windows" depends on task "build", but their only_if conditions are different
# Run UTs on Windows (Java 17)
depends_on:
- build
Expand All @@ -131,7 +128,7 @@
path: '**/target/surefire-reports/TEST-*.xml'
format: junit

inspect_orchestrator_cache_task:

Check warning on line 131 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L131

task "inspect_orchestrator_cache" depends on task "build", but their only_if conditions are different

Check warning on line 131 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L131

task "inspect_orchestrator_cache" depends on task "build", but their only_if conditions are different

Check warning on line 131 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L131

task "inspect_orchestrator_cache" depends on task "build", but their only_if conditions are different

Check warning on line 131 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L131

task "inspect_orchestrator_cache" depends on task "build", but their only_if conditions are different

Check warning on line 131 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L131

task "inspect_orchestrator_cache" depends on task "build", but their only_if conditions are different

Check warning on line 131 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L131

task "inspect_orchestrator_cache" depends on task "build", but their only_if conditions are different

Check warning on line 131 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L131

task "inspect_orchestrator_cache" depends on task "build", but their only_if conditions are different

Check warning on line 131 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L131

task "inspect_orchestrator_cache" depends on task "build", but their only_if conditions are different
<<: *ONLY_IF_EXCEPT_NIGHTLY
depends_on: build
eks_container:
Expand Down Expand Up @@ -167,7 +164,7 @@
ws_artifacts:
path: "whitesource/**/*"

qa_task:

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different

Check warning on line 167 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L167

task "qa" depends on task "build", but their only_if conditions are different
# Run ITs
depends_on:
- build
Expand Down Expand Up @@ -230,7 +227,7 @@
log_artifacts:
path: "**/target/**/sonarqube*/logs/*.log"

promote_task:

Check warning on line 230 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L230

task "promote" depends on task "mend_scan", but their only_if conditions are different

Check warning on line 230 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L230

task "promote" depends on task "build", but their only_if conditions are different

Check warning on line 230 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L230

task "promote" depends on task "mend_scan", but their only_if conditions are different

Check warning on line 230 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L230

task "promote" depends on task "build", but their only_if conditions are different

Check warning on line 230 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L230

task "promote" depends on task "mend_scan", but their only_if conditions are different

Check warning on line 230 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L230

task "promote" depends on task "build", but their only_if conditions are different

Check warning on line 230 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L230

task "promote" depends on task "mend_scan", but their only_if conditions are different

Check warning on line 230 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L230

task "promote" depends on task "build", but their only_if conditions are different

Check warning on line 230 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L230

task "promote" depends on task "mend_scan", but their only_if conditions are different

Check warning on line 230 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L230

task "promote" depends on task "build", but their only_if conditions are different

Check warning on line 230 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L230

task "promote" depends on task "mend_scan", but their only_if conditions are different

Check warning on line 230 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L230

task "promote" depends on task "build", but their only_if conditions are different

Check warning on line 230 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L230

task "promote" depends on task "mend_scan", but their only_if conditions are different

Check warning on line 230 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L230

task "promote" depends on task "build", but their only_if conditions are different

Check warning on line 230 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L230

task "promote" depends on task "mend_scan", but their only_if conditions are different

Check warning on line 230 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L230

task "promote" depends on task "build", but their only_if conditions are different
# Promotion
depends_on:
- build
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
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.
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)

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. :-)

Expand Down