From 9914db88988e5cf3a9b3f5feacdca7471f400564 Mon Sep 17 00:00:00 2001 From: silverwind Date: Mon, 24 Aug 2026 17:49:16 +0200 Subject: [PATCH] chore: add modelmigration to GO_DIRS (#39072) `modelmigration` was missing here since its creation, leading to those files not being covered by fmt. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6609eccafde..1aa963e84b8 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,7 @@ GO_LICENSE_FILE := assets/go-licenses.json TAR_EXCLUDES := .git data indexers queues log node_modules $(EXECUTABLE) $(DIST) $(MAKE_EVIDENCE_DIR) $(AIR_TMP_DIR) -GO_DIRS := build cmd models modules routers services tests tools +GO_DIRS := build cmd modelmigration models modules routers services tests tools WEB_DIRS := web_src/js web_src/css ESLINT_FILES := web_src/js tools *.ts tests/e2e