Skip to content

Restore gofmt rules from before codeclimate update

Tomasz Maczukin requested to merge restore-previous-gofmt-checker into master

What does this MR do?

Aims to set a specific version of codeclimate-gofmt checker that will be used by our code_quality job.

Why was this MR needed?

codeclimate-gofmt image was update recently, which is most probably the source of recent job failures like https://gitlab.com/gitlab-org/gitlab-runner/-/jobs/228092009. For now let's just switch to the previous one.

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Edited by Tomasz Maczukin

Merge request reports