Add example of range comment in REST API documentation
Bug: Issue 2861 Change-Id: Id9db8fd7a56178f469b1ed17d1cac14c78bfff79
This commit is contained in:
parent
ddb825131b
commit
b53c1f6748
@ -1545,6 +1545,16 @@ link:#review-input[ReviewInput] entity.
|
|||||||
{
|
{
|
||||||
"line": 49,
|
"line": 49,
|
||||||
"message": "[nit] s/conrtol/control"
|
"message": "[nit] s/conrtol/control"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"range": {
|
||||||
|
"start_line": 50,
|
||||||
|
"start_character": 0,
|
||||||
|
"end_line": 55,
|
||||||
|
"end_character": 20
|
||||||
|
},
|
||||||
|
"line": 55,
|
||||||
|
"message": "Incorrect indentation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user