Niklas van Schrick
Niklas van Schrick
The development of GitLab is happening at gitlab.com. Please fork the [repository](https://gitlab.com/gitlab-org/gitlab) and create the Pull Request (on GitLab, they are named Merge Request) there. This repository here is a...
Hey @gunturaf This works for errors/fails, I'm talking about warnings. In combination with a correct GitLab Pipeline Setup, it would enable us to have the warning status represented in the...
> you can just check results.warnings at the end of your Dangerfile, and add a if (results?.warnings?.length > 0) { fail(…); } Still not solving the problem, that just adds...
It is something that needs to be handled by danger and not the dangerfile. Using `process.exit()` in the dangerfile will add a fail "`node` failed" and ignore the exit code...