File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,9 @@ while read -r file; do
71
71
obsolete_validation_error=" $( comm -13 " $validation_output " " $allowed_errors " ) "
72
72
73
73
if [ -n " $obsolete_validation_error " ] && [ " $warn_extra " = " 1" ]; then
74
- make_annotation " The following validation errors no longer occur (compared to $reference_tag ):" " $obsolete_validation_error " warning " $file "
74
+ # make_annotation "The following validation errors no longer occur (compared to $reference_tag):" "$obsolete_validation_error" warning "$file"
75
+ echo " The following validation errors no longer occur (compared to $reference_tag ):"
76
+ echo " $obsolete_validation_error "
75
77
fi
76
78
if [ -n " $new_validation_error " ]; then
77
79
make_annotation " Compatibility to $reference_tag is broken in the following ways:" " $new_validation_error " error " $file "
You can’t perform that action at this time.
0 commit comments