Skip to content

Disallow go lint failures

Adam Cohen requested to merge 337236-disallow-go-lint-failures into master

What does this MR do?

Now that Ensure go lint passes for secure analyzers (gitlab-org/gitlab#345021 - closed) has been completed, we can remove the allow_failure: false directive from the go lint job, so that lint failures cause the job to fail.

What are the relevant issue numbers?

Disallow go lint to fail for security CI templates (gitlab-org/gitlab#337236 - closed)

Does this MR meet the acceptance criteria?

Edited by Adam Cohen

Merge request reports