mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
lint: Rename commit_messages to gitlint.
Use `gitlint` name to register gitlint linter since it is the commonly used name for it.
This commit is contained in:
@@ -117,7 +117,7 @@ something valuable to helping keep Zulip bug-free.
|
||||
- Or, when running the test suite, if you get an error involving Git that looks like this:
|
||||
|
||||
```
|
||||
commit_messages| An error occurred while executing '/usr/bin/git rev-list --max-count=-1 upstream/master..HEAD': b"fatal: ambiguous argument 'upstream/master..HEAD': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions, like this:\n'git <command> [<revision>...] -- [<file>...]'"
|
||||
gitlint| An error occurred while executing '/usr/bin/git rev-list --max-count=-1 upstream/master..HEAD': b"fatal: ambiguous argument 'upstream/master..HEAD': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions, like this:\n'git <command> [<revision>...] -- [<file>...]'"
|
||||
```
|
||||
|
||||
... then you may need to connect the Zulip upstream repository with the following command:
|
||||
|
||||
Reference in New Issue
Block a user