File: commitlint.config.mjs

package info (click to toggle)
python-yalexs 8.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,016 kB
  • sloc: python: 6,593; makefile: 3; sh: 2
file content (8 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (50)
1
2
3
4
5
6
7
8
export default {
  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],
  },
};