Skip to content

Commit

Permalink
Merge pull request #10 from projectpotos/update-workflow
Browse files Browse the repository at this point in the history
fix: increase body line length
  • Loading branch information
fadnincx authored Feb 8, 2024
2 parents ea830a3 + e23c89a commit 9478663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/configs/commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { maxLineLength } = require('@commitlint/ensure')

const bodyMaxLineLength = 100
const bodyMaxLineLength = 200

const validateBodyMaxLengthIgnoringDeps = (parsedCommit) => {
const { type, scope, body } = parsedCommit
Expand Down

0 comments on commit 9478663

Please sign in to comment.