From b68ea441b6abfe3b022663ce0e4559223d926864 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Thu, 2 Jul 2026 12:24:18 -0500 Subject: [PATCH] Update lint command path in trunk.yaml (#10838) Makes the linter work on my machine --- .trunk/trunk.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 421282dffe..9b0c760bbf 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -63,7 +63,7 @@ lint: - name: lint output: regex parse_regex: (?P.+):(?P\d+):(?P\d+):(?P\w+):(?P.+):(?P[a-z-]+) - run: bin/lint-ifdef-complexity.sh ${target} + run: ${workspace}/bin/lint-ifdef-complexity.sh ${target} success_codes: [0] read_output_from: stdout enabled: