diff options
author | Pratyush Desai | 2023-02-20 19:34:14 +0100 |
---|---|---|
committer | Pratyush Desai | 2023-02-20 19:34:14 +0100 |
commit | a705925aa695cd4f6b4fe529b31f2df6bceaa4c6 (patch) | |
tree | ae595b5c04a85b49fca58b80dfcb04fb3f6419e8 | |
parent | 6e43bbbe4482752b919001b6db2c641b7ce02039 (diff) | |
parent | 0c8e3159d377e4ed23a0f581616efe799c37ef93 (diff) | |
download | salt-a705925aa695cd4f6b4fe529b31f2df6bceaa4c6.tar.gz salt-a705925aa695cd4f6b4fe529b31f2df6bceaa4c6.tar.bz2 salt-a705925aa695cd4f6b4fe529b31f2df6bceaa4c6.zip |
Merge pull request 'Commmit lint: allow pipeline + more characters' (#37) from commit-lint into production
Reviewed-on: https://git.com.de/LibertaCasa/salt/pulls/37
-rw-r--r-- | .gommit.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gommit.toml b/.gommit.toml index eaffd69..fac56a1 100644 --- a/.gommit.toml +++ b/.gommit.toml @@ -4,7 +4,7 @@ check-summary-length=true summary-length=50 [matchers] -all='^(?:(?:Add|Remove|Update|Enable|Disable) |(?:role\.\w+|profile\.\w+): )[\w ]+\n(?:(?:\n\- .*)+\n)?(?:\nSigned-off-by: \w+ \w+ <.*@.*>)' +all='^(?:(?:Add|Remove|Update|Enable|Disable) |(?:role|profile|id|pipeline)\.\w+: )[\w \.\+\-]+\n(?:(?:\n\- .*)+\n)?(?:\nSigned-off-by: \w+ \w+ <.*@.*>)' [examples] summary_variant_one=""" |