sk- / git-lint

improving source code one step at a time
Apache License 2.0
236 stars 78 forks source link

[RFC] Public Roadmap #152

Closed sk- closed 4 years ago

sk- commented 4 years ago

First of all, thanks for trusting this project and for all the contributions you have made. I apologize if I haven't been the most diligent dealing with open PRs and Issues, and as such I want to consult with the community what they think should be the objective for a next major release.

Based on my own ideas and what I've seen in the Issue tracker I think the requirements are the following:

Let me know what you think and how you are using the project.

thibaut-pro commented 4 years ago

Just discovered this project today. It is a great fit for what we are trying to do. I was looking for eslint support and this would work great for us:

Or alternatively a way of pulling recipes from github. Something like git-lint-configure @sk-/git-lint-pylint @user/git-lint-eslint.

thibaut-pro commented 4 years ago

We actually found https://pre-commit.com/ that supports a way to pull recipes from Github: https://pre-commit.com/hooks.html

sk- commented 4 years ago

@thibaut-singlefile Note that pre commit is similar in that it will check modified files, however they do not report changes on modified lines, which is one of the core value propositions of git-lint.

I guess that given the adoption of pre-commit, one could add support for their configuration files.

bac commented 4 years ago

@sk- Thanks for opening this Roadmap dialogue. My first request for going forward would be to get the release process in order and make the necessary updates people are asking for. And act on the PRs that people have put up.

From your list, I'd prioritize dropping py2 and cache management.

sk- commented 4 years ago

Thanks @bac for the feedback, unfortunately I've decided to deprecate this package. Below is what I wrote on the README.

DEPRECATED

Unfortunately I've decided to deprecate this package.