Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-07-27 18:14
Flavor·PCRE2 (PHP)

/
^TODO \(\w{2,6}[-|–|—]\d{1,6}\):.*$
/
gm
Open regex in editor

Description

My idea is to use this as a regex for linters,

TODO: Do the thing

Should fail many linters, however, with with this regex in place, the below format would be accepted.

TODO (SIT-1234): Do the thing
Submitted by Graf