summaryrefslogtreecommitdiff
path: root/lint/call_lint
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-10-24 16:46:39 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-10-25 16:48:13 +0200
commitee06e3ec3b3deb0a9bf43165ba477e54f4ccbcc5 (patch)
treefe05eb95635ae121af0f2e324e06fcc1480b9d48 /lint/call_lint
parent7ece7d37f7840b27b799fbe36c62034e816829a1 (diff)
downloadrules-cc-ee06e3ec3b3deb0a9bf43165ba477e54f4ccbcc5.tar.gz
["lint", "targets"]: Also have a metadata file
... containing the names of artifacts (files or directories) that are from the target itself of the runfiles of direct dependencies. This allows tools to check some form of strict dependency structure.
Diffstat (limited to 'lint/call_lint')
-rwxr-xr-xlint/call_lint1
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