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