Commit Graph

6 Commits

Author SHA1 Message Date
1f96fe9965 fix: address PR #9 review feedback quality-debt (#59)
- .markdownlint.json: enforce MD004 asterisk style to match project conventions
- .wiki/Contributing.md: convert all dash list markers to asterisks (MD004)
- .wiki/Coding-Standards.md: fix PHPDoc bullet wording (add missing preposition)
- build.sh: add set -euo pipefail for strict error handling
- build.sh: fix SC2115 (use ${var:?} to prevent rm -rf /)
- build.sh: fix SC2164 (cd build || exit 1)
- build.sh: fix SC2028 (use printf instead of echo for escape sequences)
- build.sh: fix SC2035 (use ./*.php glob to avoid dash-named files)

Closes #46
2026-03-16 22:44:49 +00:00
69cd192f49 Fix SonarCloud configuration and fenced code blocks 2025-04-21 04:41:12 +01:00
546ed59a61 Fix code quality issues from PR feedback 2025-04-21 04:25:28 +01:00
9d36b47f9f Standardize Markdown bullet points to use asterisks instead of hyphens 2025-04-21 04:12:51 +01:00
497c44c3c6 Add documentation for code quality tools and standards 2025-04-21 03:58:18 +01:00
1c049a91c5 Add missing wiki pages and fix Plugin class constructor 2025-04-18 15:32:13 +01:00