diff -r 142ae01820a3 -r 6ab838b20359 contrib/check-code.py --- a/contrib/check-code.py Mon Aug 15 16:07:55 2016 +0900 +++ b/contrib/check-code.py Tue Aug 16 17:15:54 2016 +0900 @@ -295,7 +295,7 @@ "comparison with singleton, use 'is' or 'is not' instead"), (r'^\s*(while|if) [01]:', "use True/False for constant Boolean expression"), - (r'(?:(?