From 70a3ec657a569c782fe6f2b7887f5ec36786177c Mon Sep 17 00:00:00 2001 From: Axel Sammet Date: Tue, 10 Oct 2023 16:04:58 +0200 Subject: [PATCH] docs: fade out sonarqube --- radar/2023-09-01/sonarqube.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 radar/2023-09-01/sonarqube.md diff --git a/radar/2023-09-01/sonarqube.md b/radar/2023-09-01/sonarqube.md new file mode 100644 index 0000000..bf67d93 --- /dev/null +++ b/radar/2023-09-01/sonarqube.md @@ -0,0 +1,9 @@ +--- +title: "SonarQube" +ring: adopt +quadrant: tools +tags: [ci/cd, quality assurance] +featured: false +--- + +SonarQube is still a good choice for checking your code quality. When using GitLab pipelines, it can be replaced with the built-in functionality of [GitLab](https://docs.gitlab.com/ee/ci/testing/code_quality.html).