From 7c12897e2db25c9d7b9a6131f6745cdd732734f2 Mon Sep 17 00:00:00 2001 From: Alexander Adam Date: Sat, 9 Aug 2025 15:11:55 +0200 Subject: [PATCH 1/2] Update README.md badges and improve markdown settings - Added `noopener noreferrer` to external links for security enhancement. - Replaced outdated GoDoc badge with pkg.go.dev badge. - Disabled and re-enabled specific markdownlint rules for readability. - Updated `.markdownlint.json` to allow longer lines (`MD013`). --- .markdownlint.json | 3 ++- README.md | 38 +++++++++++++++++++++----------------- 2 files changed, 23 insertions(+), 18 deletions(-) diff --git a/.markdownlint.json b/.markdownlint.json index a74d0bf..12d56ef 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -1,5 +1,6 @@ { "default": true, "MD003": { "style": "setext_with_atx" }, - "MD007": { "indent": 2 } + "MD007": { "indent": 2 }, + "MD013": { "line_length": 120 } } \ No newline at end of file diff --git a/README.md b/README.md index f49b5fc..b6078e5 100644 --- a/README.md +++ b/README.md @@ -1,66 +1,70 @@ +

Test Pipeline Result CodeQL Pipeline Result Security Pipeline Result Go Report Card Code Coverage + CodeRabbit Reviews OpenSSF Scorecard FOSSA Status - FOSSA Status - - GoDoc Reference

+ ```text .. @@ -70,10 +74,10 @@ \_><_/ |=%%=| \ / - \ \ + \ \ / / |/ - (o) + (o) \ \____.----(O)----.,.---. `-__ o \_______/ o | O | `\ O O O O O / `-` @@ -154,7 +158,7 @@ This program produces the following output: \_><_/ |=%%=| Build using go1.24.1 \ / on 2025-03-16T03:16:43Z - \ \ from revision ce78d813448120739f345efa679b2b244a42e679 + \ \ from revision ce78d813448120739f345efa679b2b244a42e679 / / |/ (o) @@ -235,7 +239,7 @@ This modified version would print now: \_><_/ |=%%=| Build using go1.24.1 \ / on 2025-03-16T03:16:43Z - \ \ from revision ce78d813448120739f345efa679b2b244a42e679 + \ \ from revision ce78d813448120739f345efa679b2b244a42e679 / / |/ Special Features A: enabled (o) B: disabled From f3d8575a6c29abc81154fbca931d62dbc1958040 Mon Sep 17 00:00:00 2001 From: Alexander Adam Date: Sat, 9 Aug 2025 15:21:11 +0200 Subject: [PATCH 2/2] Remove unused token from Codecov badge link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6078e5..4e9a153 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ - Code Coverage