mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #8649 from ethereum/tryRight
Fix error reporting on diff.
This commit is contained in:
commit
4fbe39b5e6
@ -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