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 017ae22 commit dccf1cbCopy full SHA for dccf1cb
.mise/tasks/lint/bom.py
@@ -9,7 +9,7 @@
9
from pathlib import Path
10
from typing import List
11
12
-ROOT = Path(__file__).resolve().parents[2] # repo root (.. from .mise/tasks)
+ROOT = Path(__file__).resolve().parents[3] # repo root (.. from .mise/tasks/lint)
13
IGNORE_DIRS = {"prometheus-metrics-parent"}
14
MODULE_PREFIX = "prometheus-metrics"
15
BOM_POM = ROOT / "prometheus-metrics-bom" / "pom.xml"
0 commit comments