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.EA93yp7jSK and /tmp/tmp.HKWbmnfZY9 Tree base: 8d4e91a444a3 ("test: Add proto_nums.py in networking selftests") Now at: 1737d4d5d817 ("test: Add ext_hdr.py in networking selftests") ====== Checking before the patch ====== ====== Checking the tree with the patch ====== ************* Module ext_hdr tools/testing/selftests/net/ext_hdr.py:1:0: C0114: Missing module docstring (missing-module-docstring) tools/testing/selftests/net/ext_hdr.py:11:0: E0401: Unable to import 'scapy' (import-error) tools/testing/selftests/net/ext_hdr.py:16:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/net/ext_hdr.py:35:0: C0115: Missing class docstring (missing-class-docstring) tools/testing/selftests/net/ext_hdr.py:35:0: R0903: Too few public methods (0/2) (too-few-public-methods) tools/testing/selftests/net/ext_hdr.py:47:0: C0115: Missing class docstring (missing-class-docstring) tools/testing/selftests/net/ext_hdr.py:47:0: R0903: Too few public methods (0/2) (too-few-public-methods) tools/testing/selftests/net/ext_hdr.py:59:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/net/ext_hdr.py:65:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/net/ext_hdr.py:72:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/net/ext_hdr.py:84:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/net/ext_hdr.py:105:16: R1731: Consider using 'max_consect_pad_len = max(max_consect_pad_len, consect_padlen)' instead of unnecessary if block (consider-using-max-builtin) tools/testing/selftests/net/ext_hdr.py:130:4: R1731: Consider using 'max_consect_pad_len = max(max_consect_pad_len, consect_padlen)' instead of unnecessary if block (consider-using-max-builtin) tools/testing/selftests/net/ext_hdr.py:84:0: R0912: Too many branches (13/12) (too-many-branches) tools/testing/selftests/net/ext_hdr.py:150:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/net/ext_hdr.py:162:0: C0115: Missing class docstring (missing-class-docstring) tools/testing/selftests/net/ext_hdr.py:162:0: R0903: Too few public methods (0/2) (too-few-public-methods) tools/testing/selftests/net/ext_hdr.py:172:0: C0115: Missing class docstring (missing-class-docstring) tools/testing/selftests/net/ext_hdr.py:172:0: R0903: Too few public methods (0/2) (too-few-public-methods) tools/testing/selftests/net/ext_hdr.py:192:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/net/ext_hdr.py:214:0: C0115: Missing class docstring (missing-class-docstring) tools/testing/selftests/net/ext_hdr.py:214:0: R0903: Too few public methods (0/2) (too-few-public-methods) tools/testing/selftests/net/ext_hdr.py:232:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/net/ext_hdr.py:240:0: C0115: Missing class docstring (missing-class-docstring) tools/testing/selftests/net/ext_hdr.py:240:0: R0903: Too few public methods (0/2) (too-few-public-methods) tools/testing/selftests/net/ext_hdr.py:257:0: C0115: Missing class docstring (missing-class-docstring) tools/testing/selftests/net/ext_hdr.py:257:0: R0903: Too few public methods (0/2) (too-few-public-methods) tools/testing/selftests/net/ext_hdr.py:271:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/net/ext_hdr.py:306:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/net/ext_hdr.py:340:0: C0116: Missing function or method docstring (missing-function-docstring) ------------------------------------------------------------------ Your code has been rated at 8.31/10 (previous run: 0.00/10, +8.31)