rails_best_practices icon indicating copy to clipboard operation
rails_best_practices copied to clipboard

Integrate with pre-commit tool

Open adithyabsk opened this issue 4 years ago • 1 comments

Feature

It would be really nice if the project integrated with the pre-commit project, a widely used pre-commit hook management tool. Only a single file is required for integration (the .pre-commit-hooks.yaml file)

Solution

I've already set up a project mirror doing exactly that would suggest a link to my mirror (which auto-sync to the mainline project's releases)

https://github.com/adithyabsk/mirrors-rails-best-practices

Next steps

Option A (most preferred) Move forward with integrating pre-commit tool using my project's mirror as a starting point Option B Add a link in the docs to suggest using the mirror one is interested in using pre-commit hooks

adithyabsk avatar Mar 29 '20 08:03 adithyabsk

Pronto gem already does such things

oleksandr-vonahi avatar Feb 25 '24 22:02 oleksandr-vonahi