Skip to content

Commit 93f1e63

Browse files
armano2marionebl
authored andcommitted
chore(cli): add missing todo
1 parent 3d889a0 commit 93f1e63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

@commitlint/cli/src/cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ async function main(options: CliFlags) {
176176
}
177177

178178
const results = await Promise.all(
179+
// TODO: validate why those types do not match
179180
messages.map(message => lint(message, loaded.rules as any, opts))
180181
);
181182

0 commit comments

Comments
 (0)