pylint 3.3.9 astroid 3.3.8 Python 3.14.2 (main, Dec 5 2025, 00:00:00) [GCC 15.2.1 20251111 (Red Hat 15.2.1-4)] Redirect to /tmp/tmp.YIBcUPh1Jg and /tmp/tmp.lgFxarmJ1W Tree base: f423949236d0 ("tools: ynl: fix pylint global variable related warnings") Now at: 432077f4b480 ("tools: ynl: fix logic errors reported by pylint") ====== Checking before the patch ====== ************* Module pyynl.lib.nlspec tools/net/ynl/pyynl/lib/nlspec.py:298:15: E1101: Instance of 'list' has no 'items' member (no-member) tools/net/ynl/pyynl/lib/nlspec.py:577:22: E0606: Possibly using variable 'op' before assignment (possibly-used-before-assignment) ------------------------------------------------------------------ Your code has been rated at 9.70/10 (previous run: 9.70/10, +0.00) ====== Checking the tree with the patch ====== ------------------------------------------------------------------- Your code has been rated at 10.00/10 (previous run: 9.70/10, +0.30)