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
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,12 @@ Example report structure:

**Tool:** MockTool 1.0.0

**Results:** 2

## Results

Found 2 results

src/Program.cs(42): warning TEST001: Test issue 1
src/Helper.cs(15): error TEST002: Test issue 2
src/Program.cs(42): warning [TEST001] Test issue 1
src/Helper.cs(15): error [TEST002] Test issue 2
```

## Contributing
Expand Down
7 changes: 3 additions & 4 deletions docs/guide/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,10 @@ The generated markdown reports include:
- **Tool Information**: Name and version of the analysis tool
- **Summary**: Count of results found
- **Results Details**: Detailed information about each finding, including:
- Rule ID and description
- Severity level
- File location and line number
- Code snippet (if available)
- Remediation guidance (if available)
- Severity level
- Rule ID
- Issue message

## Exit Codes

Expand Down
2 changes: 1 addition & 1 deletion test/DemaConsulting.SarifMark.Tests/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
using System.Runtime.CompilerServices;

[assembly: InternalsVisibleTo("DemaConsulting.SarifMark.Tests")]
[assembly: Parallelize(Scope = ExecutionScope.ClassLevel)]
[assembly: DoNotParallelize]