diff -r bc9c9ed0659d -r 7a8ea1397816 contrib/check-code.py --- a/contrib/check-code.py Fri Sep 01 16:36:13 2023 +0200 +++ b/contrib/check-code.py Thu Dec 08 15:33:19 2022 +0100 @@ -383,12 +383,6 @@ "use True/False for constant Boolean expression", ), (r'^\s*if False(:| +and)', 'Remove code instead of using `if False`'), - ( - r'(?:(?