ackama / rails-template

Application template for Rails 7 projects; preloaded with best practices for TDD, security, deployment, and developer productivity.
Other
294 stars 15 forks source link

Optionally skip overcommit #536

Closed robotdana closed 5 months ago

robotdana commented 5 months ago

I don't use overcommit, i use hooks stored in dotfiles overcommit helpfully installs its hooks in [the project dir]/[a literal tilde]/.dotfiles/hooks which is not what anyone wants.

this means i can turn this off when running the rails new everything command with rails template (usually i just won't use bin/setup directly)