We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec025d5 commit 92b524bCopy full SHA for 92b524b
@commitlint/parse/src/index.ts
@@ -12,6 +12,7 @@ export default async function parse(
12
const opts = {
13
...defaultOpts,
14
...(parserOpts || {}),
15
+ fieldPattern: null
16
};
17
const parsed = parser(message, opts) as Commit;
18
parsed.raw = message;
0 commit comments