Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions .reviewmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,10 @@ reviews:
- id: SarifMark-System
title: Review of SarifMark System
paths:
- "docs/reqstream/sarifmark-system.yaml"
- "docs/reqstream/system.yaml"
- "docs/reqstream/platform-requirements.yaml"
- "docs/reqstream/ots-software.yaml"
- "docs/design/introduction.md"
- "docs/design/system.md"
- "docs/reqstream/unit-program.yaml"
- "docs/design/program.md"
- "src/**/Program.cs"
- "test/**/ProgramTests.cs"
- "test/**/IntegrationTests.cs"
- "test/**/Runner.cs"
- "test/**/AssemblyInfo.cs"
Expand All @@ -54,6 +49,17 @@ reviews:
- "requirements.yaml"
- "docs/reqstream/**/*.yaml"

# ---------------------------------------------------------------------------
# Design Review
# ---------------------------------------------------------------------------

- id: SarifMark-Design
title: Review of SarifMark Design Documentation
paths:
- "docs/reqstream/system.yaml"
- "docs/reqstream/platform-requirements.yaml"
- "docs/design/**/*.md"

# ---------------------------------------------------------------------------
# Subsystem Reviews
# ---------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/design/system.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ subsystem is a stateless helper used by `SelfTest` for path construction.

## System Requirements

System-level requirements are captured in `docs/reqstream/sarifmark-system.yaml`
System-level requirements are captured in `docs/reqstream/system.yaml`
and are validated through integration tests that exercise the published dotnet
DLL end-to-end across the supported platforms.

Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
---
includes:
- docs/reqstream/sarifmark-system.yaml
- docs/reqstream/system.yaml
- docs/reqstream/cli/subsystem-cli.yaml
- docs/reqstream/cli/unit-context.yaml
- docs/reqstream/sarif/subsystem-sarif.yaml
Expand All @@ -25,5 +25,5 @@ includes:
- docs/reqstream/utilities/subsystem-utilities.yaml
- docs/reqstream/utilities/unit-path-helpers.yaml
- docs/reqstream/platform-requirements.yaml
- docs/reqstream/ots-software.yaml
- docs/reqstream/ots/ots-software.yaml
- docs/reqstream/unit-program.yaml