Update lint command path in trunk.yaml (#10838)

Makes the linter work on my machine
This commit is contained in:
Jonathan Bennett
2026-07-02 12:24:18 -05:00
committed by GitHub
parent 0e84c1a827
commit b68ea441b6

View File

@@ -63,7 +63,7 @@ lint:
- name: lint
output: regex
parse_regex: (?P<path>.+):(?P<line>\d+):(?P<col>\d+):(?P<severity>\w+):(?P<message>.+):(?P<code>[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: