New pylint gripes: scripts/qapi/common.py:674:0: R0912: Too many branches (13/12) (too-many-branches) scripts/qapi/common.py:764:0: R0912: Too many branches (13/12) (too-many-branches) scripts/qapi/common.py:838:0: R0912: Too many branches (13/12) (too-many-branches)
That's check_type(), check_union(), check_alternate(). Let's ignore these for now.