Skip to content

Commit e022e12

Browse files
committed
fix lint
1 parent 3f9664c commit e022e12

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/internals/requirements/implementation_state.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Overview
2222
.. note::
2323
**Implementation vs. Traceability:** A requirement can be "implemented" in code
2424
without having documentation links. This dashboard shows implementation status.
25-
25+
2626
- **Not implemented**: ``implemented == 'NO'`` (actual TODO)
2727
- **Implemented but incomplete docs**: ``implemented == 'YES|PARTIAL'`` and missing source_code_link OR missing testlink
2828
- **Fully documented**: Both ``source_code_link`` and ``testlink`` present
29-
29+
3030
The CI/CD gate check enforces minimum coverage thresholds for source_code_link and testlink.
3131

3232
.. needpie:: Requirements Status

docs/internals/requirements/requirements.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -741,9 +741,9 @@ Architecture Attributes
741741
type == 'tool_req' and source_code_link == ''
742742

743743
.. note::
744-
This dashboard is complemented by an automated CI check using
744+
This dashboard is complemented by an automated CI check using
745745
``traceability_coverage``.
746-
The checker enforces minimum coverage thresholds. See
746+
The checker enforces minimum coverage thresholds. See
747747
:doc:`/how-to/test_to_doc_links` for detailed information on combining
748748
visual dashboards with CI/CD gates.
749749

0 commit comments

Comments
 (0)