Skip to content

Releases: alma/pre-commit-hooks

fix: don't check exclude if the option wasn't used

09 Jan 09:28
db50bac
Compare
Choose a tag to compare

In some cases, the empty pattern matches every string. It shouldn't be checked if the option wasn't used.

Improve error message + added exclusion regex

23 Nov 08:33
88a6f26
Compare
Choose a tag to compare

Exclusion regex can be used to skip this test in CI (PRs and MRs)

Added branch-name check

22 Nov 18:10
6c2330f
Compare
Choose a tag to compare

Added a new pre-commit check that verifies brancha names against a given regular expression (passed as a parameter).