kumquat-buildroot/support
Ricardo Martincoski 9df6503ed0 Makefile: merge check-flake8 into check-package
Teach check-package to detect python files by type and check them using
flake8.
Do not use subprocess to call 'python3 -m flake8' in order to avoid too
many spawned shells, which in its turn would slow down the check for
multiple files. (make check-package takes twice the time using a shell
for each flake8 call, when compared of importing the main application)

Expand the runtime test and the unit tests for check-package.

Remove check-flake8 from the makefile and also from the GitLab CI
because the exact same checks become part of check-package.

Suggested-by: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
[Arnout: add a comment to x-python to explain its purpose]
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
2023-04-09 22:33:24 +02:00
..
config-fragments support/config-fragments: add a bootlin s390x toolchain 2023-02-15 10:23:35 +01:00
dependencies support/dependencies/dependencies.sh: require FileHandle perl package for ace 2023-03-11 09:51:55 +01:00
docker support/docker: use APT::Retries in apt-get calls to retry 2023-02-07 18:14:59 +01:00
download support/download: fix the cargo post-process in face of failed vendoring 2023-02-12 09:39:19 +01:00
gnuconfig
kconfig
legal-info
libtool
misc Makefile: merge check-flake8 into check-package 2023-04-09 22:33:24 +02:00
scripts Makefile: merge check-flake8 into check-package 2023-04-09 22:33:24 +02:00
testing Makefile: merge check-flake8 into check-package 2023-04-09 22:33:24 +02:00