We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16288d7 commit dc2d4c7Copy full SHA for dc2d4c7
check-revdep
@@ -7,4 +7,5 @@ fi
7
8
rdep "${@}" | grep -v '^\[B' |
9
xargs qatom -C -F '%{CATEGORY}/%{PN}' 2>/dev/null |
10
- sort -u | xargs pkgcheck scan -c VisibilityCheck nonexist/nonexist
+ sort -u |
11
+ xargs pkgcheck scan -c VisibilityCheck --exit error nonexist/nonexist
0 commit comments