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 | 8673c845f507e1916720763433ffee44f64482be (patch) | |
tree | 3e4026b47526742ce86fb11d37c7158647261dc6 /lint/call_lint | |
parent | d67fb3eff0159684accbc7afc3438a8aac4feb50 (diff) | |
parent | ee06e3ec3b3deb0a9bf43165ba477e54f4ccbcc5 (diff) | |
download | rules-cc-8673c845f507e1916720763433ffee44f64482be.tar.gz |
Merge branch 'just-rules' into rules
Diffstat (limited to 'lint/call_lint')
-rwxr-xr-x | lint/call_lint | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lint/call_lint b/lint/call_lint index ab9c2b8..ca7e4ef 100755 --- a/lint/call_lint +++ b/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 |