diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-10-25 18:09:00 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-10-25 18:09:00 +0200 |
commit | 1e04e4002e770148993da3ffcf1735caa4b2df4e (patch) | |
tree | ca81c2c788de63834a114696ad1da93154b445e2 /rules/lint/call_lint | |
parent | ac8dc10cc9edae026a57f27e226b468df4499065 (diff) | |
parent | 8673c845f507e1916720763433ffee44f64482be (diff) | |
download | rules-cc-1e04e4002e770148993da3ffcf1735caa4b2df4e.tar.gz |
Merge subtree 'rules' into rules-cc
Diffstat (limited to 'rules/lint/call_lint')
-rwxr-xr-x | rules/lint/call_lint | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/lint/call_lint b/rules/lint/call_lint index ab9c2b8..ca7e4ef 100755 --- a/rules/lint/call_lint +++ b/rules/lint/call_lint @@ -23,6 +23,7 @@ echo "${RESULT}" > result export OUT="$(pwd)/out" mkdir -p config export CONFIG="$(pwd)/config" +export META="$(pwd)/meta.json" cd work |