Files
Stefan Lohmaier c81121c3d5
Validate / build-test (macos-latest) (push) Failing after 2s
Validate / build-test (ubuntu-latest) (push) Successful in 17s
Validate / build-test (windows-latest) (push) Failing after 18s
Validate / reports (push) Successful in 52s
feat(i18n): remaining German comments + CI strings in English
Final residual translations found in code/comments/CI:
- .doorstop.yml: config comments, traceability mapping comments
- Doxyfile: header comment
- tools/render_plantuml.py: docstring
- tools/generate_test_report.py: docstring
- tests/unit_test_framework.h: doxygen brief + body
- tests/unit/test_safety_manager.c: section comment
- src/stubs/*.h: doxygen briefs for diag/display/inclinometer/logger/service/wheel-speed
- .gitea/workflows/release.yml: release notes 'Statische Analyse' + deploy error message
2026-05-12 06:14:23 -07:00

25 lines
570 B
YAML

# Doorstop configuration for demo-epb
#
# Bidirectional traceability:
# SYS-XXX -> SA-XXX (system requirement covered by system arch)
# SA-XXX -> SWE-XXX (system arch refined to software requirement)
# SWE-XXX -> SWA-XXX (software requirement covered by software arch)
# SWA-XXX -> Code (via @arch tag in source code)
settings:
digits: 3
documents:
- prefix: SYS
path: reqs/sys
parent: null
- prefix: SA
path: arch/sys
parent: SYS
- prefix: SWE
path: reqs/swe
parent: SYS
- prefix: SWA
path: arch/swe
parent: SWE