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:
parent
19021d618e
commit
037f789718
2
dist/tools/uncrustify/uncrustify.sh
vendored
2
dist/tools/uncrustify/uncrustify.sh
vendored
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user