1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

utils/uncrustify: display warning instead of error

This commit is contained in:
Karl Fessel 2022-11-10 22:20:50 +01:00
parent 19021d618e
commit 037f789718

View File

@ -32,7 +32,7 @@ check () {
_annotate_diff() {
if [ -n "$1" -a -n "$2" -a -n "$3" ]; then
MSG="Uncrustify proposes the following patch:\n\n$3"
IFS="${OLD_IFS}" github_annotate_error "$1" "$2" "${MSG}"
IFS="${OLD_IFS}" github_annotate_warning "$1" "$2" "${MSG}"
fi
}