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