We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d406752 commit 8707127Copy full SHA for 8707127
Makefile
@@ -54,7 +54,7 @@ ifeq ($(BUILDDEBUG), 1)
54
endif
55
56
# Managed by renovate.
57
-export GOLANGCI_LINT_VERSION := 2.1.0
+export GOLANGCI_LINT_VERSION := 2.6.1
58
59
# make all BUILDDEBUG=1
60
# Note: Uses the -N -l go compiler options to disable compiler optimizations
@@ -212,6 +212,10 @@ lint: install.tools
212
./tests/tools/build/golangci-lint run $(LINTFLAGS)
213
./tests/tools/build/golangci-lint run --tests=false $(LINTFLAGS)
214
215
+.PHONY: fmt
216
+fmt: install.tools
217
+ ./tests/tools/build/golangci-lint fmt $(LINTFLAGS)
218
+
219
# CAUTION: This is not a replacement for RPMs provided by your distro.
220
# Only intended to build and test the latest unreleased changes.
221
.PHONY: rpm
0 commit comments