From 2fba279ae6254239f2d678d080d953a1f0b04dde Mon Sep 17 00:00:00 2001 From: Massimo Paladin Date: Wed, 1 Feb 2023 14:33:23 +0100 Subject: [PATCH 1/2] Improve documentation by removing outdated configuration --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 4e65b23..49f8404 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = Code Description -An example of a flawed C++ code. The https://github.com/sonarsource-cfamily-examples/code[code repository] is meant to be compiled with different build systems using different CI pipelines on Linux, MacOS, and Windows. +An example of a flawed C++ code. The https://github.com/sonarsource-cfamily-examples/code[code repository] is meant to be compiled with different build systems using different CI pipelines on Linux, macOS, and Windows. The https://github.com/sonarsource-cfamily-examples/code[code repository] is forked into other repositories in https://github.com/sonarsource-cfamily-examples[this collection] to add a specific build system, platform, and CI. The downstream repositories are analyzed either with https://www.sonarqube.org/[SonarQube] or https://sonarcloud.io/[SonarCloud]. @@ -8,7 +8,7 @@ The downstream repositories are analyzed either with https://www.sonarqube.org/[ You can find examples for: * https://github.com/sonarsource-cfamily-examples?q=linux[Linux] -* https://github.com/sonarsource-cfamily-examples?q=macos[MacOS] +* https://github.com/sonarsource-cfamily-examples?q=macos[macOS] * https://github.com/sonarsource-cfamily-examples?q=windows[Windows] Using the following build systems: From f00e5ab3c8c2d47610be722549f4e38ab0455fa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20=C3=81lvarez=20Ayll=C3=B3n?= Date: Thu, 21 Mar 2024 15:00:58 +0100 Subject: [PATCH 2/2] Mention automatic analysis --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 49f8404..bdabf86 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = Code Description -An example of a flawed C++ code. The https://github.com/sonarsource-cfamily-examples/code[code repository] is meant to be compiled with different build systems using different CI pipelines on Linux, macOS, and Windows. +An example of a flawed C++ code. The https://github.com/sonarsource-cfamily-examples/code[code repository] can be https://github.com/sonarsource-cfamily-examples/automatic-analysis-sc[analyzed automatically], but it can also be compiled with different build systems using different CI pipelines on Linux, macOS, and Windows. The https://github.com/sonarsource-cfamily-examples/code[code repository] is forked into other repositories in https://github.com/sonarsource-cfamily-examples[this collection] to add a specific build system, platform, and CI. The downstream repositories are analyzed either with https://www.sonarqube.org/[SonarQube] or https://sonarcloud.io/[SonarCloud].