We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e9d32f commit bb0b18bCopy full SHA for bb0b18b
@commitlint/message/src/index.ts
@@ -1,5 +1,5 @@
1
export default message;
2
3
-function message(input: any[] = []) {
+function message(input: (string | null | undefined)[] = []) {
4
return input.filter(Boolean).join(' ');
5
}
0 commit comments