style 💎: Remove redundant comment and update commit reference #6

Merged
Jose merged 1 commits from dev into main 2026-02-08 20:13:52 +01:00
Owner

Removed unnecessary comments from the codebase and updated references to the latest commit. This refactoring improves readability and ensures consistency with the current version control.

Removed unnecessary comments from the codebase and updated references to the latest commit. This refactoring improves readability and ensures consistency with the current version control.
Jose added 1 commit 2026-02-08 20:12:46 +01:00
style 💎: Remove redundant comment and update commit reference
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 6s
Gitleaks Scan / gitleaks (push) Successful in 4s
Markdown Lint / markdown-lint (push) Successful in 4s
ai-reviews / Review PR (pull_request) Successful in 10s
ansible-lint / Ansible Lint (pull_request) Failing after 6s
Gitleaks Scan / gitleaks (pull_request) Successful in 4s
Markdown Lint / markdown-lint (pull_request) Successful in 5s
ae15b76575
Removed unnecessary comments from the codebase and updated references to the latest commit. This refactoring improves readability and ensures consistency with the current version control.
gitea-actions bot reviewed 2026-02-08 20:12:55 +01:00
gitea-actions bot left a comment

Review Summary

  • tasks/subscription.yml: Summary: Adding a new source commit reference and removing an unnecessary comment line. No critical, major or moderate issues found.
# Review Summary * **tasks/subscription.yml**: **Summary:** Adding a new source commit reference and removing an unnecessary comment line. No critical, major or moderate issues found.
@@ -22,2 +22,3 @@
#!/bin/sh
# source: https://github.com/community-scripts/ProxmoxVE/blob/main/tools/pve/post-pve-install.sh Commit c464b95
# source: https://github.com/community-scripts/ProxmoxVE/blob/main/tools/pve/post-pve-install.sh
# Commit c464b95

[Lines 23-24] [Score: 2] Unnecessary duplicate reference to the source commit and file. However, it does not affect the code's functionality or performance.

[Lines 23-24] [Score: 2] Unnecessary duplicate reference to the source commit and file. However, it does not affect the code's functionality or performance.
Jose merged commit 7227f51790 into main 2026-02-08 20:13:52 +01:00
Sign in to join this conversation.