mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 06:03:09 +00:00
Temporarily disable "validation errors no longer occur" warnings
This commit is contained in:
parent
568589c9d8
commit
6f7c52d17f
@ -71,7 +71,9 @@ while read -r file; do
|
|||||||
obsolete_validation_error="$(comm -13 "$validation_output" "$allowed_errors")"
|
obsolete_validation_error="$(comm -13 "$validation_output" "$allowed_errors")"
|
||||||
|
|
||||||
if [ -n "$obsolete_validation_error" ] && [ "$warn_extra" = "1" ]; then
|
if [ -n "$obsolete_validation_error" ] && [ "$warn_extra" = "1" ]; then
|
||||||
make_annotation "The following validation errors no longer occur (compared to $reference_tag):" "$obsolete_validation_error" warning "$file"
|
#make_annotation "The following validation errors no longer occur (compared to $reference_tag):" "$obsolete_validation_error" warning "$file"
|
||||||
|
echo "The following validation errors no longer occur (compared to $reference_tag):"
|
||||||
|
echo "$obsolete_validation_error"
|
||||||
fi
|
fi
|
||||||
if [ -n "$new_validation_error" ]; then
|
if [ -n "$new_validation_error" ]; then
|
||||||
make_annotation "Compatibility to $reference_tag is broken in the following ways:" "$new_validation_error" error "$file"
|
make_annotation "Compatibility to $reference_tag is broken in the following ways:" "$new_validation_error" error "$file"
|
||||||
|
Loading…
Reference in New Issue
Block a user