Skip to content

Warn if no files match instead of returning error

Adam Cohen requested to merge change-no-match-error-to-warning into master

What does this MR do?

This MR changes the behaviour of the run command so that it outputs a warning message if no matching files are found and exits with status code 0 instead of the current behaviour which outputs an error message and exits with status code 1.

What are the relevant issue numbers?

gitlab-org/gitlab#220275 (closed)

Does this MR meet the acceptance criteria?

Edited by Lucas Charles

Merge request reports