-
Notifications
You must be signed in to change notification settings - Fork 76
Run git-lint against diff of range of commits, such that it can be used in CI #110
Comments
Does git-lint support running git-lint against diff of range of commits, such that it can be used in CI |
Not at the moment. I'm exploring though some git recipes, with which you could uncommit (while preserving the changes) the last commits so that you can use it in a CI environment. |
Any information on the same, would be useful, appreciate your quick response. |
I'm thinking of a case where I am about do merge a feature branch back into master, and would love to be able to (og have the CI do) something like |
Hi @eldamir and @emailallau , I just enabled
In Circle CI something similar can be done with the environment variable Let me know if that works for you. |
@sk- Not exactly what I had in mind, but I think it achieves the same things that I want, so thanks :) |
Yes by using git reset followed by gitlint, was able to run gitlint on
entire set of changes as part of CI.
Thanks for the inputs.....:)
…On Fri, Jun 1, 2018 at 1:35 PM, Ruben Nielsen ***@***.***> wrote:
@sk- <https://github.com/sk-> Not exactly what I had in mind, but I think
it achieves the same things that I want, so thanks :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<https://github.com/sk-/git-lint/issues/110#issuecomment-393801389>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AIFZqHZU_40SzRDScZ6ehX_vAJv77Xfwks5t4PW5gaJpZM4SxVtE>
.
--
Regards,
Mohd Allauddin
Mob no - 9986621933
|
Does git-lint works as expected for last commit changes?
The text was updated successfully, but these errors were encountered: