-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Pylint errors does not allow pre_push_hook to fail #6040
Comments
Are you sure? |
@1995YogeshSharma Yes the |
@lilithxxx @1995YogeshSharma: We have PR #6038 for this. This is happening due to the way we are handling queues. You can find further details here: #6038 (comment). |
@apb7 Ah the PR does seem to fix this. Should I close this issue then? |
@lilithxxx, please let this issue remain open. We'll close it when the PR goes in. Thanks for the issue :) |
* Fix issues in develop * revert changes * Increase value of timeout_multiplier * Linter catches the issues, redo the changes * Revert changes in exp services test * Revert changes in top navigation bar directive * Update method to obtain messages to fix linter * Address review comments * Fix issues * Increase timeout * Increase timeout * Revert changes * Revert changes * Increase timeout further * Fix pylint error * Fix js errors
In case of a Pylint error the
pre_push_hook
should fail. This is not observed currently as the error code returned from thepre_commit_linter
in case of a Pylint error is zero (should be non-zero).Following is an example:
The last line denotes the status code which should be non-zero.
The text was updated successfully, but these errors were encountered: