dbus-fast/commitlint.config.mjs
dependabot[bot] 94ba266539
chore: bump the github-actions group with 9 updates (#372)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2025-01-21 18:08:12 -10:00

9 lines
244 B
JavaScript

module.exports = {
extends: ["@commitlint/config-conventional"],
rules: {
"header-max-length": [0, "always", Infinity],
"body-max-line-length": [0, "always", Infinity],
"footer-max-line-length": [0, "always", Infinity],
},
};