Skip to content

Makefile: Replace formatting checks with linting

Patrick Steinhardt requested to merge pks-lint-check-formatting into master

Add the gofumpt linting rule to golangci. This allows us to replace our "check-formatting" Makefile target with a run of golangci-lint.

Merge request reports

Loading