Skip to content

Commit 17504f2

Browse files
committed
chore: remove todo comment as its already resolved
1 parent 4e12277 commit 17504f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

@commitlint/cli/src/cli.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ async function main(options: CliFlags) {
177177
}
178178

179179
const results = await Promise.all(
180-
// TODO: validate why those types do not match
181180
messages.map(message => lint(message, loaded.rules, opts))
182181
);
183182

0 commit comments

Comments
 (0)