pylint 3.3.9 astroid 3.3.8 Python 3.14.3 (main, Feb 4 2026, 00:00:00) [GCC 15.2.1 20260123 (Red Hat 15.2.1-7)] Redirect to /tmp/tmp.jHrbsUy64q and /tmp/tmp.C6Viea90l4 Tree base: 8f921f610054 ("netlink: update outdated comment") Now at: 206fe93d6fc2 ("tools: ynl: rework policy access to support recursion") ====== Checking before the patch ====== -------------------------------------------------------------------- Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00) ************* Module pyynl.lib.ynl tools/net/ynl/pyynl/lib/ynl.py:932:16: R1724: Unnecessary "elif" after "continue", remove the leading "el" from "elif" (no-else-continue) ------------------------------------------------------------------ Your code has been rated at 9.99/10 (previous run: 9.99/10, +0.00) -------------------------------------------------------------------- Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00) ====== Checking the tree with the patch ====== -------------------------------------------------------------------- Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00) ************* Module pyynl.lib.ynl tools/net/ynl/pyynl/lib/ynl.py:165:4: R0913: Too many arguments (6/5) (too-many-arguments) tools/net/ynl/pyynl/lib/ynl.py:165:4: R0917: Too many positional arguments (6/5) (too-many-positional-arguments) tools/net/ynl/pyynl/lib/ynl.py:212:12: W0707: Consider explicitly re-raising using 'except KeyError as exc' and 'raise AttributeError(name) from exc' (raise-missing-from) tools/net/ynl/pyynl/lib/ynl.py:1017:16: R1724: Unnecessary "elif" after "continue", remove the leading "el" from "elif" (no-else-continue) ------------------------------------------------------------------ Your code has been rated at 9.96/10 (previous run: 9.99/10, -0.03) -------------------------------------------------------------------- Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)