====== Checking before the patch ====== ====== Checking the tree with the patch ====== New warnings added --- /tmp/tmp.9D0q1zeNUa 2025-11-18 09:51:42.118238266 -0800 +++ /tmp/tmp.LVGnndQrNy 2025-11-18 09:51:44.232216719 -0800 @@ -0,0 +1,14 @@ +************* Module ipvtap_macnat_bridge +tools/testing/selftests/net/ipvtap_macnat_bridge.py:29:0: C0103: Constant name "ns_name" doesn't conform to UPPER_CASE naming style (invalid-name) +tools/testing/selftests/net/ipvtap_macnat_bridge.py:31:0: C0115: Missing class docstring (missing-class-docstring) +tools/testing/selftests/net/ipvtap_macnat_bridge.py:42:15: W0718: Catching too general exception Exception (broad-exception-caught) +tools/testing/selftests/net/ipvtap_macnat_bridge.py:57:15: W0718: Catching too general exception Exception (broad-exception-caught) +tools/testing/selftests/net/ipvtap_macnat_bridge.py:83:15: W0718: Catching too general exception Exception (broad-exception-caught) +tools/testing/selftests/net/ipvtap_macnat_bridge.py:67:16: W0719: Raising too general exception: Exception (broad-exception-raised) +tools/testing/selftests/net/ipvtap_macnat_bridge.py:98:15: W0718: Catching too general exception Exception (broad-exception-caught) +tools/testing/selftests/net/ipvtap_macnat_bridge.py:140:19: W0718: Catching too general exception Exception (broad-exception-caught) +tools/testing/selftests/net/ipvtap_macnat_bridge.py:150:0: C0116: Missing function or method docstring (missing-function-docstring) + +----------------------------------- +Your code has been rated at 9.20/10 +