File: commitlint.config.mjs

package info (click to toggle)
bleak-retry-connector 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 456 kB
  • sloc: python: 3,041; makefile: 12
file content (8 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (47)
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],
  },
};