-
Notifications
You must be signed in to change notification settings - Fork 96
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
Choosing order of checks? #209
Comments
I'm using YAML for configuration (config/pre_commit.yml) and ci is last in checks_add array, but it still gets executed first (or at least before rubocop). Am I missing something? |
@jish it's a bug or feature request? |
I guess we've always just hard coded an order in the past. I'm ok with changing the order for everyone and / or making the order configurable. Josh
|
Is there a way to define order in which checks are executed? For example, I'd like to run to run ci check (pre_commit:ci rake task) last because it takes the longest.
The text was updated successfully, but these errors were encountered: