Skip to content

check-publish: convert ui.warn() to error.Abort()

Pulkit Goyal requested to merge topic/default/hook-msg-improvement into branch/default

This will help us in showing the message to the user on abort. Raising the error is better in my opinion as compared to printing a warning and returning 1. use

This will improve user experience and prevent issues like: heptapod#210 (closed)

Edited by Pulkit Goyal

Merge request reports