====== Checking before the patch ====== ====== Checking the tree with the patch ====== New warnings added --- /tmp/tmp.0mbXtbVvfd 2026-03-14 15:15:20.980054088 -0400 +++ /tmp/tmp.QEbCN8gSV9 2026-03-14 15:15:21.368051050 -0400 @@ -0,0 +1,39 @@ +************* Module proto_nums +tools/testing/selftests/net/proto_nums.py:1:0: C0114: Missing module docstring (missing-module-docstring) +tools/testing/selftests/net/proto_nums.py:8:0: C0115: Missing class docstring (missing-class-docstring) +tools/testing/selftests/net/proto_nums.py:8:0: C0103: Class name "IP_Proto" doesn't conform to PascalCase naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:13:4: C0103: Class constant name "IP_PROTO_IPv4" doesn't conform to UPPER_CASE naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:50:4: C0103: Class constant name "IP_PROTO_IPv6" doesn't conform to UPPER_CASE naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:52:4: C0103: Class constant name "IP_PROTO_IPv6_Route" doesn't conform to UPPER_CASE naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:53:4: C0103: Class constant name "IP_PROTO_IPv6_Frag" doesn't conform to UPPER_CASE naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:64:4: C0103: Class constant name "IP_PROTO_Min_IPv4" doesn't conform to UPPER_CASE naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:67:4: C0103: Class constant name "IP_PROTO_IPv6_ICMP" doesn't conform to UPPER_CASE naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:68:4: C0103: Class constant name "IP_PROTO_IPv6_NoNxt" doesn't conform to UPPER_CASE naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:69:4: C0103: Class constant name "IP_PROTO_IPv6_Opts" doesn't conform to UPPER_CASE naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:70:4: C0103: Class constant name "IP_PROTO_any_1" doesn't conform to UPPER_CASE naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:72:4: C0103: Class constant name "IP_PROTO_any_2" doesn't conform to UPPER_CASE naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:77:4: C0103: Class constant name "IP_PROTO_any_3" doesn't conform to UPPER_CASE naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:99:4: C0103: Class constant name "IP_PROTO_Sprite_RPC" doesn't conform to UPPER_CASE naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:108:4: C0103: Class constant name "IP_PROTO_any_4" doesn't conform to UPPER_CASE naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:117:4: C0103: Class constant name "IP_PROTO_IPComp" doesn't conform to UPPER_CASE naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:119:4: C0103: Class constant name "IP_PROTO_Compaq_Peer" doesn't conform to UPPER_CASE naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:120:4: C0103: Class constant name "IP_PROTO_IPX_in_IP" doesn't conform to UPPER_CASE naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:123:4: C0103: Class constant name "IP_PROTO_any_5" doesn't conform to UPPER_CASE naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:144:4: C0103: Class constant name "IP_PROTO_Mobility" doesn't conform to UPPER_CASE naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:145:4: C0103: Class constant name "IP_PROTO_UDPLite" doesn't conform to UPPER_CASE naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:146:4: C0103: Class constant name "IP_PROTO_MPLS_in_IP" doesn't conform to UPPER_CASE naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:147:4: C0103: Class constant name "IP_PROTO_manet" doesn't conform to UPPER_CASE naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:149:4: C0103: Class constant name "IP_PROTO_Shim6" doesn't conform to UPPER_CASE naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:152:4: C0103: Class constant name "IP_PROTO_Ethernet" doesn't conform to UPPER_CASE naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:155:4: C0103: Class constant name "IP_PROTO_Homa" doesn't conform to UPPER_CASE naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:159:0: C0115: Missing class docstring (missing-class-docstring) +tools/testing/selftests/net/proto_nums.py:159:0: C0103: Class name "HBHDst_Types" doesn't conform to PascalCase naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:191:0: C0115: Missing class docstring (missing-class-docstring) +tools/testing/selftests/net/proto_nums.py:203:0: C0115: Missing class docstring (missing-class-docstring) +tools/testing/selftests/net/proto_nums.py:203:0: C0103: Class name "EH_Order" doesn't conform to PascalCase naming style (invalid-name) +tools/testing/selftests/net/proto_nums.py:213:0: C0115: Missing class docstring (missing-class-docstring) +tools/testing/selftests/net/proto_nums.py:213:0: C0103: Class name "ICMP6_Type" doesn't conform to PascalCase naming style (invalid-name) + +------------------------------------------------------------------ +Your code has been rated at 8.43/10 (previous run: 0.00/10, +8.43) +