chore(deps): update dependency gitlint to v0.19.1 - autoclosed #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.15.1
->==0.19.1
Release Notes
jorisroovers/gitlint (gitlint)
v0.19.1
Compare Source
Development
v0.19.0
Compare Source
This release was primarily focussed on modernizing gitlint's build and test tooling (details: #378).
General
GITLINT_USE_SH_LIB=1
. This is already disabled by default since v0.18.0.Features
--commits
cmd-line param (#412) - thanks carlescufiFILE_ENCODING
(always UTF-8) fromTERMINAL_ENCODING
(terminal dependent), this should improve issues with unicode. Usegitlint --debug
to inspect these values. (#424)Bugfixes
ignore-by-author-name
crashes without --staged (#445)Development
This significantly improves the developer workflow, please read the updated CONTRIBUTING page.
latest_dev
docker image on every commit to main (#451) (#452)v0.18.0
Compare Source
Contributors:
Special thanks to all contributors for this release - details inline!
General
re.search
instead ofre.match
semantics for all rules. Your rule regexes might need updating as a result, gitlint will print a warning if so. More details are in the docs. (#254)sh
can be re-enabled by setting the env varGITLINT_USE_SH_LIB=1
. This fallback will be removed entirely in a future gitlint release. (#351)Features
--commits
now also accepts a comma-separated list of commit hashes, making it possible to lint a list of non-contiguous commits without invoking gitlint multiple times (#283)GITLINT_CONFIG
env variable (#189) - thanks Notgnoshigitlint-ci
pre-commit hook, making it easier to run gitlint through pre-commit in CI (#191) - thanks guillaumelambertContrib Rules
User Defined rules
fixup=amend
commits (see related git documentation), available ascommit.is_fixup_amend_commit=True
commit.changed_files_stats
(#314)Bugfixes
--msg-filename
parameter (#310)Development
master
branch in favor ofmain
v0.17.0
Compare Source
Contributors:
Special thanks to all contributors for this release, in particular andersk and sigmavirus24.
General
gitlint
andgitlint-core
. This allows users to install gitlint without pinned dependencies (which is the default) (#162)v0.16.0
Compare Source
Contributors:
Special thanks to all contributors for this release, in particular sigmavirus24, l0b0 and rafaelbubach.
General
Features
--commit <ref>
flag to more easily lint a single commit message (#141)--fail-without-commits
flag will force gitlint to fail (exit code 253) when the target commit range is empty (typically when using--commits
) (#193)Rules
Bugfixes
Development
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.