mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
lint: Rename lint-commits to keep tab-complete fast.
This commit is contained in:
@@ -691,7 +691,7 @@ def run():
|
||||
external_linter('urls', ['tools/check-urls'])
|
||||
|
||||
if not options.no_gitlint:
|
||||
external_linter('commit_messages', ['tools/lint-commits'])
|
||||
external_linter('commit_messages', ['tools/commit-message-lint'])
|
||||
|
||||
@lint
|
||||
def custom_py():
|
||||
|
||||
Reference in New Issue
Block a user