From ee06e3ec3b3deb0a9bf43165ba477e54f4ccbcc5 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 24 Oct 2024 16:46:39 +0200 Subject: ["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. --- lint/call_lint | 1 + 1 file changed, 1 insertion(+) (limited to 'lint/call_lint') 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 -- cgit v1.2.3