You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User story.
Have a status to know when the lint execution has warnings
Is your feature request related to a problem?
I have spectral configured in my Gitlab CI, configured following the Continuous Integration documentation for Gitlab.
I wanted to when we have warning when executing the linter, to the job on Gitlab to be marked as warning instead of a success. I need a way to capture that output and raise as warning so we can easily check the jobs
I can't change the fail-severity, because it shouldn't make the job in the pipeline fail.
Describe the solution you'd like
Maybe a different return status for when it executed with any warnings, also shouldn't be the same for an error
User story.
Have a status to know when the lint execution has warnings
Is your feature request related to a problem?
I have spectral configured in my Gitlab CI, configured following the Continuous Integration documentation for Gitlab.
I wanted to when we have warning when executing the linter, to the job on Gitlab to be marked as warning instead of a success. I need a way to capture that output and raise as warning so we can easily check the jobs
I can't change the
fail-severity
, because it shouldn't make the job in the pipeline fail.Describe the solution you'd like
Maybe a different return status for when it executed with any warnings, also shouldn't be the same for an error
Additional context
Here we a list of job status: https://docs.gitlab.com/ee/ci/jobs/#the-order-of-jobs-in-a-pipeline
The text was updated successfully, but these errors were encountered: