Skip to content

Commit

Permalink
feat(commitlint): disable body-max-length rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrotzpc committed Dec 21, 2023
1 parent a49d52f commit fed4f8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/commitlint/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ export const commitlint = {
],
// subject 大小写不做校验
'subject-case': [0],
// 内容从长度不做校验
'body-max-length': [0],
},
};

0 comments on commit fed4f8c

Please sign in to comment.