[PATCH 0/1] python: add make check-python target

John Snow posted 1 patch 3 years, 9 months ago
Test checkpatch passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200714013026.9019-1-jsnow@redhat.com
Makefile                    |  1 +
python/{qemu => }/.flake8   |  0
python/Makefile.include     | 33 +++++++++++++++++++++++++++++++++
python/{qemu => }/pylintrc  |  1 +
python/requirements.cqa.txt |  3 +++
5 files changed, 38 insertions(+)
rename python/{qemu => }/.flake8 (100%)
create mode 100644 python/Makefile.include
rename python/{qemu => }/pylintrc (99%)
create mode 100644 python/requirements.cqa.txt
[PATCH 0/1] python: add make check-python target
Posted by John Snow 3 years, 9 months ago
Quick try at getting the code quality analysis tools into a makefile
target.

Based-on: 20200710052220.3306-1-jsnow@redhat.com
Based-on: 20200710050649.32434-1-jsnow@redhat.com

There are other python patches pulled since that cause new errors to
show up, so this definitely can't be enforced just yet.

John Snow (1):
  python: add check-python target

 Makefile                    |  1 +
 python/{qemu => }/.flake8   |  0
 python/Makefile.include     | 33 +++++++++++++++++++++++++++++++++
 python/{qemu => }/pylintrc  |  1 +
 python/requirements.cqa.txt |  3 +++
 5 files changed, 38 insertions(+)
 rename python/{qemu => }/.flake8 (100%)
 create mode 100644 python/Makefile.include
 rename python/{qemu => }/pylintrc (99%)
 create mode 100644 python/requirements.cqa.txt

-- 
2.21.3