git-lint icon indicating copy to clipboard operation
git-lint copied to clipboard

Allow git-lint to check branches

Open dougalg opened this issue 8 years ago • 2 comments

This modifies the behaviour (for Git only) to accept --branch specifier which will allow users to get linting diffs between branches.Useful for testing after commits and PRs have been made. This also now gives the ability (for git) to test arbitrary commit distances apart (although that UI is not implemented here)

I've had some trouble running the tests, but I think I'm getting closer to having them fixed up soon. Also, I don't consider this complete, but would like to get feedback on what you think of my approach here before I go any further.

Thanks for the great tool and hopefully you find this concept useful!

dougalg avatar Jun 11 '16 17:06 dougalg

Looks like there's still a couple of failures in the end to end tests. Not sure how to resolve those. @sk- if you can provide any insight?

dougalg avatar Jun 12 '16 19:06 dougalg

@sk- Would like to see this added. Would be super useful to check against PRs in Travis builds.

atourkow avatar Mar 07 '18 21:03 atourkow