Eric Ball | 3eda2b1 | 2024-09-13 12:52:59 -0700 | [diff] [blame] | 1 | # All these sections are optional, edit this file as you like. |
| 2 | [general] |
| 3 | # Ignore certain rules, you can reference them by their id or by their full |
| 4 | # name |
| 5 | # ignore=title-trailing-punctuation, T3 |
| 6 | |
| 7 | # verbosity should be a value between 1 and 3, the command line -v flags take |
| 8 | # precedence over this |
| 9 | # verbosity = 2 |
| 10 | |
| 11 | # By default gitlint will ignore merge commits. Set to 'false' to disable. |
| 12 | # ignore-merge-commits=true |
| 13 | |
| 14 | # By default gitlint will ignore fixup commits. Set to 'false' to disable. |
| 15 | # ignore-fixup-commits=true |
| 16 | |
| 17 | # By default gitlint will ignore squash commits. Set to 'false' to disable. |
| 18 | # ignore-squash-commits=true |
| 19 | |
| 20 | # Enable debug mode (prints more output). Disabled by default. |
| 21 | # debug=true |
| 22 | |
| 23 | # Set the extra-path where gitlint will search for user defined rules |
| 24 | # See http://jorisroovers.github.io/gitlint/user_defined_rules for details |
| 25 | # extra-path=examples/ |
| 26 | |
| 27 | contrib=contrib-title-conventional-commits,contrib-body-requires-signed-off-by |
| 28 | |
| 29 | [contrib-title-conventional-commits] |
| 30 | types=Fix,Feat,Chore,Docs,Style,Refactor,Perf,Test,Revert,CI,Build |