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.dAEhXCfeT0 and /tmp/tmp.gNCDepPkXZ Tree base: ec873118230e ("tools: ynl: move policy decoding out of NlMsg") Now at: 45b66a678e98 ("tools: ynl: add short doc to class YnlFamily") ====== Checking before the patch ====== ************* Module pyynl.lib.ynl tools/net/ynl/pyynl/lib/ynl.py:820: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) ====== Checking the tree with the patch ====== ************* Module pyynl.lib.ynl tools/net/ynl/pyynl/lib/ynl.py:846: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)