Do not allow failures in golang guide linting job
Instead of allowing the job to fail, we should configure golangci-lint to exit 0 on the detection of an issue. This will allow linting errors to be optionally evaluated via the codeclimate report in the MR UI, while more serious problems, such as panics, will be reported.
Showing
Please register or sign in to comment