[PR #778] [MERGED] fix: awesome format issues #5887

Closed
opened 2026-05-02 17:17:13 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/awesome-foss/awesome-sysadmin/pull/778
Author: @Rabenherz112
Created: 4/27/2026
Status: Merged
Merged: 4/27/2026
Merged by: @nodiscc

Base: masterHead: fix-awesome-syntax


📝 Commits (1)

  • 4e24976 fix: awesome format issues

📊 Changes

1 file changed (+4 additions, -4 deletions)

View changed files

📝 README.md (+4 -4)

📄 Description

Run make awesome_lint_strict
source .venv/bin/activate && \
hecat --config .hecat/awesome-lint-strict.yml
INFO:main.py: running step check data against awesome-selfhosted guidelines (strict)
INFO:awesome_lint.py: checking software entries/tags against formatting guidelines.
ERROR:awesome_lint.py: Metrics & Metric Collection: related_tags Monitoring is not listed in the main related_tags list
ERROR:awesome_lint.py: Gluetun VPN client: platforms docker is not listed in the main platforms list
ERROR:awesome_lint.py: NTPsec: licenses Custom is not listed in the main licenses list
ERROR:awesome_lint.py: Uptime Kuma: platforms NodeJS is not listed in the main platforms list
ERROR:awesome_lint.py: There were errors during processing
make: *** [Makefile:30: awesome_lint_strict] Error 1
Error: Process completed with exit code 2.

https://github.com/Rabenherz112/awesome-sysadmin-data/actions/runs/25004820604/job/73224570614


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/awesome-foss/awesome-sysadmin/pull/778 **Author:** [@Rabenherz112](https://github.com/Rabenherz112) **Created:** 4/27/2026 **Status:** ✅ Merged **Merged:** 4/27/2026 **Merged by:** [@nodiscc](https://github.com/nodiscc) **Base:** `master` ← **Head:** `fix-awesome-syntax` --- ### 📝 Commits (1) - [`4e24976`](https://github.com/awesome-foss/awesome-sysadmin/commit/4e24976e29113175963844760a970af35262f639) fix: awesome format issues ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+4 -4) </details> ### 📄 Description - fixes issue reported by awesome-lint check - For NTPsec removes the `Custom` licenses, as for code submissions it seems BSD-2-clause is the default use (https://ntpsec.org/contributor.html) - ref: #757 ``` Run make awesome_lint_strict source .venv/bin/activate && \ hecat --config .hecat/awesome-lint-strict.yml INFO:main.py: running step check data against awesome-selfhosted guidelines (strict) INFO:awesome_lint.py: checking software entries/tags against formatting guidelines. ERROR:awesome_lint.py: Metrics & Metric Collection: related_tags Monitoring is not listed in the main related_tags list ERROR:awesome_lint.py: Gluetun VPN client: platforms docker is not listed in the main platforms list ERROR:awesome_lint.py: NTPsec: licenses Custom is not listed in the main licenses list ERROR:awesome_lint.py: Uptime Kuma: platforms NodeJS is not listed in the main platforms list ERROR:awesome_lint.py: There were errors during processing make: *** [Makefile:30: awesome_lint_strict] Error 1 Error: Process completed with exit code 2. ``` https://github.com/Rabenherz112/awesome-sysadmin-data/actions/runs/25004820604/job/73224570614 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-02 17:17:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-sysadmin#5887