Regular Expressions 101

Community Patterns

Gitlab push rule enforcing commits to follow the "Conventional Commit" specification (used for ex. in Angular ...)

0

Regular Expression
Golang

`
(build|ci|docs|feat|fix|perf|refactor|style|test|chore|revert)\([\w\-]+\):\s.*
`
gm

Description

Loading markdown...
Submitted by anonymous - 4 years ago