sbansal1999
|
eb56703310
|
lint: Update line-length for commit message to 72 in gitlint.
This commit updates the line-length for commit message in gitlint
to 72, as recommened in the documentation.
|
2023-05-01 10:35:52 -07:00 |
Anders Kaseorg
|
821584b8fc
|
gitlint-rules: Rename to gitlint_rules.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
|
2023-03-03 18:02:38 -08:00 |
Alex Vandiver
|
289b5bc100
|
lint: Re-enable imperative-mood checking.
This was mistakenly disabled in e1f943913a . Re-enable it.
|
2021-02-23 14:54:07 -08:00 |
Alex Vandiver
|
12ade4c49d
|
lint: Rely on core gitlint skipping of revert commits.
gitlint 0.13.0 and above skip revert commits[1]. This obviates the
need for a custom rule.
[1] https://jorisroovers.com/gitlint/configuration/#ignore-revert-commits
|
2021-02-23 14:28:09 -08:00 |
Shubham Padia
|
e1f943913a
|
lint: Allow revert commit messages in gitlint.
Fixes #8145.
|
2018-02-13 09:21:01 -08:00 |
Tommy Ip
|
16e03b644d
|
linter: Update commit title regex to match uppercase for the first letter.
|
2017-12-18 09:36:47 -05:00 |
Tommy Ip
|
7243a91e47
|
linter: Re-enable gitlint.
|
2017-12-18 09:36:47 -05:00 |
Tommy Ip
|
19adf2e327
|
requirements: Upgrade gitlint to 0.8.2.
As of Gitlint v0.8.2, the --extra-path option now accepts both
directories and standalone python modules.
|
2017-05-05 09:59:39 -07:00 |
Tommy Ip
|
680e39ff55
|
linter: Add custom gitlint rule to check for imperative mood.
|
2017-04-21 15:43:19 -07:00 |
Tommy Ip
|
ec8e47192a
|
lint: Add checks for commit messages using gitlint.
Fixes #1131.
|
2017-04-21 13:45:12 -07:00 |