[general]
extra-path=scripts/gitlint/rules.py
regex-style-search=true

[ignore-by-author-name]
regex=dependabot
ignore=all

# default 72
[title-max-length]
line-length=72

# default 80
[body-max-line-length]
line-length=72

# Allow developers to add long links to useful resources
[ignore-by-body]
regex=^https?:\/\/
ignore=body-max-line-length
