Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel lint #35

Closed

Conversation

clebergnu
Copy link
Contributor

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):

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>
@clebergnu
Copy link
Contributor Author

@clebergnu
Copy link
Contributor Author

Closing in favor of #36

@clebergnu clebergnu closed this Apr 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant