mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Build: fix markerPattern and ticketPattern regexes in package.json
Commit messages used to fail the style check if they contained a word starting with "ref", like reformat or reference, in their message body. Close gh-3437 Ref jzaefferer/commitplease#91
This commit is contained in:
parent
a8816caf26
commit
25c6a0a238
@ -91,7 +91,7 @@
|
|||||||
"Traversing",
|
"Traversing",
|
||||||
"Wrap"
|
"Wrap"
|
||||||
],
|
],
|
||||||
"markerPattern": "^((clos|fix|resolv)(e[sd]|ing))|(refs?)",
|
"markerPattern": "^((clos|fix|resolv)(e[sd]|ing))|^(refs?)",
|
||||||
"ticketPattern": "^((Closes|Fixes) ([a-zA-Z]{2,}-)[0-9]+)|(Refs? [^#])"
|
"ticketPattern": "^((Closes|Fixes) ([a-zA-Z]{2,}-)[0-9]+)|^(Refs? [^#])"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user