Update CI pipeline to use Go 1.25.8, enhance Definition of Done with SonarQube checks, refactor SID allocation in Windows functions, and improve test coverage for JoiningSlash function.

This commit is contained in:
2026-03-29 14:54:31 +02:00
parent 1da053fb67
commit 8ace13074f
7 changed files with 38 additions and 31 deletions
+4
View File
@@ -32,6 +32,9 @@ This Definition of Done defines the minimum quality bar for every completed chan
- No new blocking errors are introduced.
- Known non-blocking warnings are acceptable only if unrelated to the change or documented.
1. SonarQube status
- No SonarQube errors are present.
1. Documentation links and structure
- Links to moved or newly added docs are valid.
- Documentation structure remains consistent with project rules.
@@ -45,4 +48,5 @@ This Definition of Done defines the minimum quality bar for every completed chan
- [ ] Functionality is documented.
- [ ] Documentation is in English.
- [ ] Documentation is located under `docs/` (except `README.md` and `AGENTS.md`).
- [ ] No SonarQube errors are present.
- [ ] No critical regressions found.