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