Hi team, there is no linter. There is an open-source tool pre-commit that we can add to the project that will help us in linting our project and fixing its related issues. Here is the link to the project https://pre-commit.com/
This tool is used by a lot of repositories and there are a bunch of options we can configure according to our needs.
Hi team, there is no linter. There is an open-source tool
pre-commit
that we can add to the project that will help us in linting our project and fixing its related issues. Here is the link to the project https://pre-commit.com/ This tool is used by a lot of repositories and there are a bunch of options we can configure according to our needs.Repositories:
If we all agree I can submit a PR to configure this tool with a sample config.
NOTE: I tried it locally once. There are file changes when I run this tool.
Here is the list of changed files:
In a long run, this is going to be helpful. Let me know what do you guys think?