chore: add modelmigration to GO_DIRS (#39072)

`modelmigration` was missing here since its creation, leading to those
files not being covered by fmt.
This commit is contained in:
silverwind
2026-08-24 17:49:16 +02:00
committed by GitHub
parent 51b8da8b01
commit 9914db8898
+1 -1
View File
@@ -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