You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe that lint-prepush caches the result of the task for a commit (if the tasks have no errors) and eliminate unwanted runs for future pushes.
It would be great if we could have a flag to force run the tasks, the commit was successfully checked before. This will be useful in debugging process.
something like,
git push --force-check
The text was updated successfully, but these errors were encountered:
I believe that
lint-prepush
caches the result of the task for a commit (if the tasks have no errors) and eliminate unwanted runs for future pushes.It would be great if we could have a flag to force run the tasks, the commit was successfully checked before. This will be useful in debugging process.
something like,
The text was updated successfully, but these errors were encountered: