xiefeng
Results
1
comments of
xiefeng
you can add `headerPattern` config to help commitlint parse messages with gitmoji for example ```javascript // commitlint.config.js module.exports = { parserPreset: { parserOpts: { headerPattern: /^(?((?::\w+:|(?:\ud83c[\udf00-\udfff])|(?:\ud83d[\udc00-\ude4f\ude80-\udeff])|[\u2600-\u2B55]))?\s?\w*)(?:\((?.*)\))?!?:\s(?(?:(?!#).)*(?:(?!\s).))(?:\s\(?(?#\d*)\)?)?$/, headerCorrespondence: ['type', 'scope', 'subject',...