Skip to content

Commit df7ec4d

Browse files
committed
[PLUTO-1431] fx expected
1 parent 5b4973b commit df7ec4d

File tree

2 files changed

+19
-226
lines changed

2 files changed

+19
-226
lines changed

plugins/tools/revive/test/expected.sarif

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
"runs": [
44
{
55
"results": [
6+
{
7+
"locations": [
8+
{
9+
"physicalLocation": {
10+
"artifactLocation": {
11+
"uri": "bad.go"
12+
},
13+
"region": {
14+
"startColumn": 10,
15+
"startLine": 9
16+
}
17+
}
18+
}
19+
],
20+
"message": {
21+
"text": "should omit type int from declaration of var foo; it will be inferred from the right-hand side"
22+
},
23+
"ruleId": "var-declaration"
24+
},
625
{
726
"locations": [
827
{

plugins/tools/revive/test/src/expected.sarif

Lines changed: 0 additions & 226 deletions
This file was deleted.

0 commit comments

Comments
 (0)