Update lint command path in trunk.yaml (#10838)
Makes the linter work on my machine
This commit is contained in:
co-authored by
GitHub
parent
0e84c1a827
commit
b68ea441b6
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user