Skip to content

Commit

Permalink
Added offset to JSON result schema
Browse files Browse the repository at this point in the history
  • Loading branch information
KamasamaK committed Mar 25, 2024
1 parent e6e7509 commit 399d374
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/schemas/cflint-result.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@
"description": "The function in which or for which the issue was found",
"type": "string"
},
"offset": {
"title": "Offset",
"description": "The offset number of the starting position at which the issue was found",
"type": "number"
},
"column": {
"title": "Column",
"description": "The column number of the starting position at which the issue was found",
Expand Down Expand Up @@ -112,6 +117,7 @@
"file",
"fileName",
"function",
"offset",
"column",
"line",
"message",
Expand Down

0 comments on commit 399d374

Please sign in to comment.