Skip to content

Releases: alma/pre-commit-hooks

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

Choose a tag to compare

@isottellina isottellina released this 09 Jan 09:28
db50bac

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

Choose a tag to compare

@jmcazaux jmcazaux released this 23 Nov 08:33
88a6f26

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

Added branch-name check

Choose a tag to compare

@jmcazaux jmcazaux released this 22 Nov 18:10
6c2330f

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