|
1 | 1 | = Code Description
|
2 | 2 |
|
3 |
| -An example of a flawed C++ code. The https://github.com/sc-sq-c-family-examples/code[code repository] is meant to be compiled with different build systems using different CI pipelines on Linux, MacOS, and Windows. |
| 3 | +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. |
4 | 4 |
|
5 |
| -The https://github.com/sc-sq-c-family-examples/code[code repository] is forked into other repositories in https://github.com/sc-sq-c-family-examples[this collection] to add a specific build system, platform, and CI. |
| 5 | +The https://github.com/sonarsource-cfamily-examples/code[code repository] is forked into other repositories in https://github.com/sc-sq-c-family-examples[this collection] to add a specific build system, platform, and CI. |
6 | 6 | The downstream repositories are analyzed either with https://www.sonarqube.org/[SonarQube] or https://sonarcloud.io/[SonarCloud].
|
7 | 7 |
|
8 | 8 | You can find examples for:
|
9 | 9 |
|
10 |
| -* https://github.com/sc-sq-c-family-examples?q=linux[Linux] |
11 |
| -* https://github.com/sc-sq-c-family-examples?q=macos[MacOS] |
12 |
| -* https://github.com/sc-sq-c-family-examples?q=windows[Windows] |
| 10 | +* https://github.com/sonarsource-cfamily-examples?q=linux[Linux] |
| 11 | +* https://github.com/sonarsource-cfamily-examples?q=macos[MacOS] |
| 12 | +* https://github.com/sonarsource-cfamily-examples?q=windows[Windows] |
13 | 13 |
|
14 | 14 | Using the following build systems:
|
15 | 15 |
|
16 |
| -* https://github.com/sc-sq-c-family-examples?q=cmake[CMake] |
17 |
| -* https://github.com/sc-sq-c-family-examples?q=autotools[GNU Autotools] |
18 |
| -* https://github.com/sc-sq-c-family-examples?q=xcode[Xcode] |
19 |
| -* https://github.com/sc-sq-c-family-examples?q=msbuild[MSBuild] |
| 16 | +* https://github.com/sonarsource-cfamily-examples?q=cmake[CMake] |
| 17 | +* https://github.com/sonarsource-cfamily-examples?q=autotools[GNU Autotools] |
| 18 | +* https://github.com/sonarsource-cfamily-examples?q=xcode[Xcode] |
| 19 | +* https://github.com/sonarsource-cfamily-examples?q=msbuild[MSBuild] |
20 | 20 |
|
21 | 21 | Running on the following CI services:
|
22 | 22 |
|
23 |
| -* https://github.com/sc-sq-c-family-examples?q=azure[Azure DevOps] |
24 |
| -* https://github.com/sc-sq-c-family-examples?q=gh-actions[GitHub Actions] |
25 |
| -* https://github.com/sc-sq-c-family-examples?q=travis[Travis] |
26 |
| -* https://github.com/sc-sq-c-family-examples?q=jenkins[Jenkins] |
27 |
| -* https://github.com/sc-sq-c-family-examples?q=gitlab[GitLab CI] |
28 |
| -* https://github.com/sc-sq-c-family-examples?q=bitbucket[BitBucket Pipelines] |
| 23 | +* https://github.com/sonarsource-cfamily-examples?q=azure[Azure DevOps] |
| 24 | +* https://github.com/sonarsource-cfamily-examples?q=gh-actions[GitHub Actions] |
| 25 | +* https://github.com/sonarsource-cfamily-examples?q=travis[Travis] |
| 26 | +* https://github.com/sonarsource-cfamily-examples?q=jenkins[Jenkins] |
| 27 | +* https://github.com/sonarsource-cfamily-examples?q=gitlab[GitLab CI] |
| 28 | +* https://github.com/sonarsource-cfamily-examples?q=bitbucket[BitBucket Pipelines] |
29 | 29 |
|
30 | 30 | Configured for analysis on:
|
31 | 31 |
|
32 |
| -* https://github.com/sc-sq-c-family-examples?q=-sq[SonarQube] |
33 |
| -* https://github.com/sc-sq-c-family-examples?q=-sc[SonarCloud] |
| 32 | +* https://github.com/sonarsource-cfamily-examples?q=-sq[SonarQube] |
| 33 | +* https://github.com/sonarsource-cfamily-examples?q=-sc[SonarCloud] |
34 | 34 |
|
35 | 35 |
|
36 |
| -See link:./examples-structure.adoc[examples-structure.adoc] for a description of the structure of https://github.com/sc-sq-c-family-examples[this GitHub organization] and the relations between its different repositories. |
| 36 | +See link:./examples-structure.adoc[examples-structure.adoc] for a description of the structure of https://github.com/sonarsource-cfamily-examples[this GitHub organization] and the relations between its different repositories. |
0 commit comments