Skip to content

Commit 847a5b2

Browse files
committed
Remove check for signed-off
1 parent 178cb6f commit 847a5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commit-lint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class LintCommit {
3535
this.commitMessageLength();
3636
this.bangPrefix();
3737
////this.lowerCaseAfterPrefix();
38-
this.signedOffBy();
38+
////this.signedOffBy();
3939
this.moreThanAHyperlink();
4040

4141
if (this.messages.length) {

0 commit comments

Comments
 (0)