You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/python/tests/qapi-pylint.sh

9 lines
351 B
Bash

#!/bin/sh -e
# SPDX-License-Identifier: GPL-2.0-or-later
SETUPTOOLS_USE_DISTUTILS=stdlib python3 -m pylint \
--rcfile=../scripts/qapi/pylintrc \
../scripts/qapi/ \
../docs/sphinx/qapidoc.py \
../docs/sphinx/qapi_domain.py