opentelemetry-java-instrume.../.github/scripts/find-instrumentation-with-u...

7 lines
181 B
Bash
Executable File

#!/bin/bash -e
grep -r --include build.gradle.kts latestDepTestLibrary instrumentation \
| grep -v :+\" \
| grep -v "// see .* module" \
| grep -v "// documented limitation"