mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Change error reporting from left to right.
This commit is contained in:
parent
f8aaa83e4e
commit
8dd02f2712
@ -64,7 +64,7 @@ function post_review_comment_to_github
|
||||
--header 'accept: application/vnd.github.v3+json, application/vnd.github.comfort-fade-preview+json' \
|
||||
--header 'content-type: application/json' \
|
||||
-u stackenbotten:$GITHUB_ACCESS_TOKEN \
|
||||
--data "{\"commit_id\": \"$CIRCLE_SHA1\", \"path\": \"$ERROR_PATH\", \"line\": $ERROR_LINE, \"side\": \"LEFT\", \"body\": \"Coding style error\"}"
|
||||
--data "{\"commit_id\": \"$CIRCLE_SHA1\", \"path\": \"$ERROR_PATH\", \"line\": $ERROR_LINE, \"side\": \"RIGHT\", \"body\": \"Coding style error\"}"
|
||||
done < $ERROR_LOG
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user