avocado-framework / inspektor

Inspektor code checker
Other
11 stars 17 forks source link

Parallel lint #35

Closed clebergnu closed 6 years ago

clebergnu commented 6 years ago

The lint check is by far the lengthiest static code check on my workflow. Let's make it run in parallel and save some precious time.

I reckon this could and should be done at a different level, and also available for other checks (such as style, indent, license, etc).

Also, alternative implementations, moving the file check to the command module (LintCommand) have been suggested, and may make more sense with a solution that works for style, indent, license, etc. Those can indeed follow up this version from their original authors.

Signed-off-by: Cleber Rosa crosa@redhat.com


Change from RFC (#32):

clebergnu commented 6 years ago

Check if inspektor uses pylint parallel processing

clebergnu commented 6 years ago

Closing in favor of #36