Skip to content

Commit 0d7ea1b

Browse files
committed
CI: Remove the Sonar Cloud and PVS Studio workflow
Static analysis is great, but these workflows have not worked in a long time, and no one was looking at the results. Our PVS Studio license and our Sonar Cloud token have expired. Remove the workflows (at least for now) so we don't waste CI runners and cache space. If someone is motivated to revive these, they can revert this commit.
1 parent 1c20865 commit 0d7ea1b

File tree

4 files changed

+1
-279
lines changed

4 files changed

+1
-279
lines changed

.github/workflows/pvs-studio-static-analysis.yml

-150
This file was deleted.

.github/workflows/sonar-cloud-static-analysis.yml

-126
This file was deleted.

Documentation/Links.md

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ This is a roughly categorized list of pages relating to SerenityOS and its subpr
2020
- [GitHub Organization](https://github.com/SerenityOS) and [GitHub Repositories](https://github.com/orgs/SerenityOS/repositories)
2121
- [Changelog](https://changelog.serenityos.org/)
2222
- [Issues Found by OSS-Fuzz Continuous Fuzzing](https://bugs.chromium.org/p/oss-fuzz/issues/list?q=label:Proj-serenity)
23-
- [SonarCloud Static Analysis](https://sonarcloud.io/project/overview?id=SerenityOS_serenity)
2423
- [LibJS website](https://serenityos.github.io/libjs-website/)
2524
- [Try LibJS Online!](https://serenityos.github.io/libjs-website/repl/)
2625
- [Compiler Explorer](https://serenity.godbolt.org/): Select "Lagom trunk" under "Libraries" and add the compiler option `-std=c++23`

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Ladybird is a cross-platform independent web browser built from SerenityOS compo
66

77
[![GitHub Actions Status](https://github.com/SerenityOS/serenity/workflows/Build,%20lint,%20and%20test/badge.svg)](https://github.com/SerenityOS/serenity/actions?query=workflow%3A"Build%2C%20lint%2C%20and%20test")
88
[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/serenity.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:serenity)
9-
[![Sonar Cube Static Analysis](https://sonarcloud.io/api/project_badges/measure?project=SerenityOS_serenity&metric=ncloc)](https://sonarcloud.io/dashboard?id=SerenityOS_serenity)
109
[![Discord](https://img.shields.io/discord/830522505605283862.svg?logo=discord&logoColor=white&logoWidth=20&labelColor=7289DA&label=Discord&color=17cf48)](https://discord.gg/serenityos)
1110

1211
[FAQ](Documentation/FAQ.md) | [Documentation](#how-do-i-read-the-documentation) | [Build Instructions](#how-do-i-build-and-run-this)
@@ -139,7 +138,7 @@ A general guide for contributing can be found in [`CONTRIBUTING.md`](CONTRIBUTIN
139138
* **Gregory Bertilson** - [Zaggy1024](https://github.com/Zaggy1024)
140139
* **Erik Wouters** - [EWouters](https://github.com/EWouters)
141140
* **Rodrigo Tobar** - [rtobar](https://github.com/rtobar)
142-
* **Alexander Kalenik** - [kalenikaliaksandr](https://github.com/kalenikaliaksandr)
141+
* **Alexander Kalenik** - [kalenikaliaksandr](https://github.com/kalenikaliaksandr)
143142
* **Tim Ledbetter** - [tcl3](https://github.com/tcl3)
144143
* **Steffen T. Larssen** - [stelar7](https://github.com/stelar7)
145144
* **Andi Gallo** - [axgallo](https://github.com/axgallo)

0 commit comments

Comments
 (0)