Custom pre-commit hooks with pre-commit gem
pre-commit comes with checks like missing-migrations/merge-conflicts/whitespace/jshint/… and now can also run project-specific checks via config/pre-commit.rb
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
pre-commit comes with checks like missing-migrations/merge-conflicts/whitespace/jshint/… and now can also run project-specific checks via config/pre-commit.rb
Post a comment