ci: move code formatting responsibility to golangci-lint
1 file changed, 9 insertions(+), 0 deletions(-)
changed files
M .golangci.yaml → .golangci.yaml
@@ -73,6 +73,15 @@ - third_party$ - builtin$ - examples$ formatters: + enable: + - gofumpt + - golines + - goimports + settings: + gofmt: + simplify: true + golines: + tab-len: 2 exclusions: generated: lax paths: