avocado-framework / inspektor

Inspektor code checker
Other
11 stars 17 forks source link

Allow parallel lint and remove broken "verbose" mode #36

Closed ldoktor closed 6 years ago

ldoktor commented 6 years ago

The first commit adds "parallel" execution of "inspekt lint" and the second one removes the "--verbose" mode from all sub-commands, because it is not really passed as an argument. Partially it works in the sense the loggers are set by the main app to DEBUG vs. INFO leading to some messages being printed, but the different setting for lint does not work. As this issue is with us for quite a while I choose to remove it and keep only to already working DEBUG vs. INFO part as it might be useful to people.

Note: It'd be nice to release new inspektor with this commit to speedup the Travis executions.

ldoktor commented 6 years ago

Check if inspektor uses pylint parallel processing