Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2021-11-23 10:50:41 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-11-24 09:45:13 +0300
commit88405e3c245c3c6828c35174f123d8a333e3cd0d (patch)
tree01c49a05d203c843ee659f29f007c76f6f211008 /Makefile
parentf83638d3790eb20409a293e9641e41512f4d29ef (diff)
Makefile: Update `gofumpt` to v0.2.0
Update `gofumpt` to v0.2.0, which adds a new bunch of formatting rules: - Composite literals should not have leading or trailing empty lines. - No empty lines following an assignment operator. - Functions using an empty line for readability should use a `) {` line instead. - Remove unnecessary empty lines from interfaces. We only have a small set of code which didn't follow these new rules. Reformat them.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2034afdb4..408659d07 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ GO_BUILD_TAGS := tracer_static,tracer_static_jaeger,tracer_static_stackdrive
# Dependency versions
GOLANGCI_LINT_VERSION ?= 1.43.0
GOCOVER_COBERTURA_VERSION ?= aaee18c8195c3f2d90e5ef80ca918d265463842a
-GOFUMPT_VERSION ?= 0.1.1
+GOFUMPT_VERSION ?= 0.2.0
GOIMPORTS_VERSION ?= 2538eef75904eff384a2551359968e40c207d9d2
GO_JUNIT_REPORT_VERSION ?= 984a47ca6b0a7d704c4b589852051b4d7865aa17
GO_LICENSES_VERSION ?= 73411c8fa237ccc6a75af79d0a5bc021c9487aad