From 961d7ba537e60a5cd16adaa76153657da5820bed Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Thu, 28 May 2026 13:29:56 +0200 Subject: [PATCH] remove deprecated setting Removed setup_migration_version setting from config. Signed-off-by: Gregor Zeitlinger --- .github/config/flint.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/config/flint.toml b/.github/config/flint.toml index 08d4e8ab6..f741c6605 100644 --- a/.github/config/flint.toml +++ b/.github/config/flint.toml @@ -1,7 +1,6 @@ [settings] # These paths are generated, vendored, or handled by other checks. exclude = ["CHANGELOG.md", "**/src/main/generated/**", "docs/themes/**", "mvnw", "simpleclient-archive/**", "mise.lock"] -setup_migration_version = 2 [checks.renovate-deps] exclude_managers = ["github-actions", "github-runners", "maven"]