-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NEW @W-17042397@ Detail output now has multilocation support
- Loading branch information
1 parent
865619b
commit 40c956d
Showing
6 changed files
with
106 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
...omparison-files/lib/viewers/ResultsViewer.test.ts/one-multilocation-violation-details.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Found 1 violation(s) across 1 file(s): | ||
=== 1. stub1RuleA | ||
severity: 4 (Low) | ||
engine: stubEngine1 | ||
message: This is a message | ||
locations: | ||
__PATH_TO_FILE_A__:20:1 | ||
**__PATH_TO_FILE_Z__:2:1 This is a comment at Location 2** | ||
__PATH_TO_FILE_A__:1:1 This is a comment at Location 3 | ||
resources: https://example.com/stub1RuleA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters