pylint 3.3.7 astroid 3.3.8 Python 3.13.7 (main, Aug 14 2025, 00:00:00) [GCC 15.2.1 20250808 (Red Hat 15.2.1-1)] Redirect to /tmp/tmp.pSVMHBCEgm and /tmp/tmp.dLJpVK1xil Tree base: 35fcc7e483ec ("eth: fbnic: fix reporting of alloc_failed qstats") Now at: 211699cc975c ("selftests: drv-net: fix linter warnings in pp_alloc_fail") ====== Checking before the patch ====== ************* Module pp_alloc_fail tools/testing/selftests/drivers/net/hw/pp_alloc_fail.py:88:0: C0301: Line too long (107/100) (line-too-long) tools/testing/selftests/drivers/net/hw/pp_alloc_fail.py:108:0: W0311: Bad indentation. Found 16 spaces, expected 12 (bad-indentation) tools/testing/selftests/drivers/net/hw/pp_alloc_fail.py:1:0: C0114: Missing module docstring (missing-module-docstring) tools/testing/selftests/drivers/net/hw/pp_alloc_fail.py:16:13: W1514: Using open without explicitly specifying an encoding (unspecified-encoding) tools/testing/selftests/drivers/net/hw/pp_alloc_fail.py:25:13: W1514: Using open without explicitly specifying an encoding (unspecified-encoding) tools/testing/selftests/drivers/net/hw/pp_alloc_fail.py:41:13: W1514: Using open without explicitly specifying an encoding (unspecified-encoding) tools/testing/selftests/drivers/net/hw/pp_alloc_fail.py:50:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/drivers/net/hw/pp_alloc_fail.py:50:0: R0912: Too many branches (16/12) (too-many-branches) tools/testing/selftests/drivers/net/hw/pp_alloc_fail.py:50:0: R0915: Too many statements (52/50) (too-many-statements) tools/testing/selftests/drivers/net/hw/pp_alloc_fail.py:121:0: C0116: Missing function or method docstring (missing-function-docstring) ----------------------------------- Your code has been rated at 8.81/10 ====== Checking the tree with the patch ====== ************* Module pp_alloc_fail tools/testing/selftests/drivers/net/hw/pp_alloc_fail.py:95:0: C0301: Line too long (107/100) (line-too-long) tools/testing/selftests/drivers/net/hw/pp_alloc_fail.py:53:0: R0912: Too many branches (16/12) (too-many-branches) tools/testing/selftests/drivers/net/hw/pp_alloc_fail.py:53:0: R0915: Too many statements (52/50) (too-many-statements) ------------------------------------------------------------------ Your code has been rated at 9.64/10 (previous run: 8.81/10, +0.83)