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

Skip to content

Tags: zaratan/overcommit

Tags

v0.60.0

Toggle v0.60.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sds Shane da Silva
0.60.0

* Allow overriding `Gemfile.lock` location for `BundleCheck` pre-commit hook
* Fix `ReplaceBranch` prepare-commit-msg hook to allow trailing spaces
* Add `MixFormat` pre-commit hook
* Add `MixTest` pre-push hook
* Allow loading custom local configuration from `.local-overcommit.yml`
* Handle `Psych::DisallowedClass` when running `YamlSyntax` pre-commit hook
* Add support for specifying custom `encoding` in `RailsSchemaUpToDate` pre-commit hook

v0.59.1

Toggle v0.59.1's commit message

Verified

This tag was signed with the committer’s verified signature.
sds Shane da Silva
0.59.1

* Remove `--disable-pending-cops` as default flag to `RuboCop` pre-commit hook.
* Remove special handling of process output on Windows since it broke on Linux.

v0.59.0

Toggle v0.59.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sds Shane da Silva
0.59.0

* Add `--disable-pending-cops` as default flag to `RuboCop` pre-commit hook to ignore non-existent cops. Requires RuboCop `0.82.0` or newer.
* Fix deprecation warning for `Bundler.with_clean_env`.
* Fix handling of some kinds of pronto errors in the `Pronto` hook.
* Fix encoding of process output on Windows.
* Add support for specifying hook type to `--run` flag.
* Fix message regex parser for Stylelint.
* Fix configuration loading on Ruby 3.1.
* Fix `YamlSyntax` to support aliases when parsing.
* Fix run output to explicitly flush partial logs.

v0.58.0

Toggle v0.58.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sds Shane da Silva
0.58.0

* Add `rexml` dependency explicitly to support Ruby 3.0.
* Add `DartAnalyzer` pre-commit hook to analyze Dart files.
* Add `PubTest` and `FlutterTest` pre-push hooks to run `pub test` and `flutter test` for Dart projects, respectively.
* Update `index-tags` script to support scanning only files tracked by Git.
* Fix `EsLint` pre-commit hook to not report certain false positives.
* Update `YamlLint` to `fail` the run instead of `warn` when errors are detected.
* Update `YamlLint` parse the line number of output so it is line aware.
* Gracefully handle breaking behavior in upstream Psych gem to support YAML aliases.
* Fix case where `git` would delete all tracked files when popping stash.

v0.57.0

Toggle v0.57.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sds Shane da Silva
0.57.0

* Fix `CommitMsg` hooks to be able to call `modified_lines_in_file`.
* Add `ErbLint` pre-commit hook to lint ERB files.

v0.56.0

Toggle v0.56.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sds Shane da Silva
0.56.0

* Update `ReplaceBranch` prepare-commit-msg hook to avoid running on `--amend` by default.
* Add support for `modified_files` and `modified_lines_in_file` in `CommitMsg` hooks.

v0.55.0

Toggle v0.55.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sds Shane da Silva
0.55.0

* Fix `GoFmt` to not be enabled by default. This was enabled by mistake when introduced in Overcommit `0.52.0`.

v0.54.1

Toggle v0.54.1's commit message

Verified

This tag was signed with the committer’s verified signature.
sds Shane da Silva
0.54.1

* Fix `Overcommit::GitRepo.list_files` helper to work with arbitrarily large lists of files.
* Fix `AuthorName` to allow mononyms to be more inclusive of names.

v0.54.0

Toggle v0.54.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sds Shane da Silva
0.54.0

* Fix `YamlLint` pre-commit hook by adding `--strict` flag
* Relax `childprocess` gem version constraint to allow version 4.x

v0.53.0

Toggle v0.53.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sds Shane da Silva
0.53.0

* Improve performance in `PhpCs` pre-commit hook
* Add `Pronto` pre-push hook
* Remove erroneous extra newline in replacement string for `ReplaceBranch` prepare-commit-msg hook
* Add note about potentially checking your stash when hook is interrupted
* Add support for skipping hooks based on command result using the `skip_if` option