We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f098177 commit 72e5f79Copy full SHA for 72e5f79
@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