Hi,

We are introducing Pylint to be performed as part of the 'check' target.
Once that patch [1] will be merged, every execution of 'make check' will include also a Pylint analysis.

Note that execution time will be longer by about 2 minutes.

However, you are can use 'jobs' flag to tell 'make' to execute recipes simultaneously.
Be aware that the output of the jobs will be interleaved.

For example, running 'make' with two parallel jobs:

     make --jobs=2 check

Regards,
Freddy

[1] https://gerrit.ovirt.org/#/c/76390/