Skip to content

Commit

Permalink
Create find-instrumentation-with-upper-version-limits.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuniu-ms committed Jan 24, 2023
1 parent 927453b commit 2e42e6f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 2e42e6f

Please sign in to comment.