From 2e42e6f60a480f744f17500760c820c0a83943d8 Mon Sep 17 00:00:00 2001 From: siyuniu-ms <123212536+siyuniu-ms@users.noreply.github.com> Date: Tue, 24 Jan 2023 12:31:54 -0800 Subject: [PATCH] Create find-instrumentation-with-upper-version-limits.sh --- .../find-instrumentation-with-upper-version-limits.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/scripts/find-instrumentation-with-upper-version-limits.sh diff --git a/.github/scripts/find-instrumentation-with-upper-version-limits.sh b/.github/scripts/find-instrumentation-with-upper-version-limits.sh new file mode 100644 index 000000000000..a1072992cb7b --- /dev/null +++ b/.github/scripts/find-instrumentation-with-upper-version-limits.sh @@ -0,0 +1,6 @@ +#!/bin/bash -e + +grep -r --include build.gradle.kts latestDepTestLibrary instrumentation \ + | grep -v :+\" \ + | grep -v "// see .* module" \ + | grep -v "// documented limitation"