We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8235ac commit 7d66dfdCopy full SHA for 7d66dfd
1 file changed
src/pkgcheck/scripts/pkgcheck.py
@@ -521,7 +521,7 @@ def restrictions():
521
c for c in namespace.enabled_checks if not c.skip(namespace)]
522
523
# only run version scope checks when using a package filter
524
- if namespace.filter in ('latest',):
+ if namespace.filter is not None:
525
namespace.enabled_checks = [
526
c for c in namespace.enabled_checks if c.scope == base.version_scope]
527
0 commit comments