mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Rename report_errors.sh to post_style_errors_on_github.sh
This commit is contained in:
parent
f214682a27
commit
7bc81e3c95
@ -24,7 +24,7 @@ if [[ "$WHITESPACE" != "" ]]
|
||||
then
|
||||
echo "Error: Trailing whitespace found:" | tee -a "$ERROR_LOG"
|
||||
echo "$WHITESPACE" | tee -a "$ERROR_LOG"
|
||||
scripts/report_errors.sh "$ERROR_LOG"
|
||||
scripts/post_style_errors_on_github.sh "$ERROR_LOG"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
@ -53,7 +53,7 @@ if [[ "$FORMATERROR" != "" ]]
|
||||
then
|
||||
echo "Coding style error:" | tee -a "$ERROR_LOG"
|
||||
echo "$FORMATERROR" | tee -a "$ERROR_LOG"
|
||||
scripts/report_errors.sh "$ERROR_LOG"
|
||||
scripts/post_style_errors_on_github.sh "$ERROR_LOG"
|
||||
exit 1
|
||||
fi
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user