.forgejo: Add pre-commit #7

Merged
fyrchik merged 3 commits from fyrchik/frostfs-observability:add-workflows into master 2024-09-04 19:51:22 +00:00
Showing only changes of commit 26ef0b79cf - Show all commits

View file

@ -1,10 +1,10 @@
#!/usr/bin/make -f
SHELL = bash
TRUECLOUDLAB_LINT_VERSION ?= 0.0.2
TRUECLOUDLAB_LINT_VERSION ?= 0.0.3
TMP_DIR := .cache
OUTPUT_LINT_DIR ?= $(shell pwd)/bin
LINT_VERSION ?= 1.55.1
LINT_VERSION ?= 1.55.2
LINT_DIR = $(OUTPUT_LINT_DIR)/golangci-lint-$(LINT_VERSION)-v$(TRUECLOUDLAB_LINT_VERSION)
# Run all code formatters