Skip to content

Commit 3d468b3

Browse files
committed
fix sarifs
1 parent 44dcfbc commit 3d468b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/tools/dartanalyzer/test/expected.sarif

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json",
2+
"$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json",
33
"runs": [
44
{
55
"results": [
@@ -8,7 +8,7 @@
88
{
99
"physicalLocation": {
1010
"artifactLocation": {
11-
"uri": "plugins/tools/dartanalyzer/test/src/Test.dart"
11+
"uri": "/plugins/tools/dartanalyzer/test/src/Test.dart"
1212
},
1313
"region": {
1414
"startLine": 2
@@ -26,7 +26,7 @@
2626
{
2727
"physicalLocation": {
2828
"artifactLocation": {
29-
"uri": "plugins/tools/dartanalyzer/test/src/Test.dart"
29+
"uri": "/plugins/tools/dartanalyzer/test/src/Test.dart"
3030
},
3131
"region": {
3232
"startLine": 28

0 commit comments

Comments
 (0)