Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: jish/pre-commit

Tags

v0.40.0

Toggle v0.40.0's commit message
* Add Ruby 3.2 support -- deprecate `File.exists?`

* Missing migrations check only lists versions missing from schema

v0.39.0

Toggle v0.39.0's commit message
* Handle new Rails migration format

v0.38.1

Toggle v0.38.1's commit message
* Fix bug when there is no standard output when detecting the grep ve…

…rsion

v0.38.0

Toggle v0.38.0's commit message
* Ignore standard error when checking grep version

* Security: Depend on RuboCop ~> 0.49

v0.37.0

Toggle v0.37.0's commit message
* Skip running binary test on known binary files and known source files.

  This improves performance by not opening and reading each file before it is
  committed.

v0.36.0

Toggle v0.36.0's commit message
* Add more RSpec focus syntaxes to the RSpec focus check.

v0.35.0

Toggle v0.35.0's commit message
* Fix a bug in the `go_fmt` plugin

v0.34.0

Toggle v0.34.0's commit message
* Update to latest pluginator version to fix bug with bundler 1.15

v0.33.0

Toggle v0.33.0's commit message
* Remove post-install message, it wasn't functioning properly anyway :(

* Upgrade JSHint to 2.9.4
* Fix Ruby warnings

v0.32.0

Toggle v0.32.0's commit message
* Go back to original binary file check. It was creating false-positi…

…ves.