Skip to content

Introduce `golangci` to Workhorse

What does this MR do and why?

Contributes to #432836 (closed)

golangci is a linter agregator that supports lots of linters: https://golangci-lint.run/

  • Add a new command to Makefile: make golangci.
  • Provide an initial configuration for .golangci.yml

How to set up and validate locally

  1. make golangci

Merge request reports