====== Checking before the patch ====== ====== Checking the tree with the patch ====== New errors added --- /tmp/tmp.EA93yp7jSK 2026-03-14 15:15:21.666048716 -0400 +++ /tmp/tmp.HKWbmnfZY9 2026-03-14 15:15:22.198044550 -0400 @@ -0,0 +1,35 @@ +************* 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) +