mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
Disable gitlint commit message linter for now.
We've found a couple major issues that we need to fix: * TRAVIS_COMMIT_RANGE being computed incorrectly in some cases (?!) * The imperative linter could use some work.
This commit is contained in:
@@ -690,8 +690,9 @@ def run():
|
|||||||
external_linter('templates', ['tools/check-templates'], ['handlebars', 'html'])
|
external_linter('templates', ['tools/check-templates'], ['handlebars', 'html'])
|
||||||
external_linter('urls', ['tools/check-urls'])
|
external_linter('urls', ['tools/check-urls'])
|
||||||
|
|
||||||
if not options.no_gitlint:
|
# gitlint disabled until we can stabilize it more
|
||||||
external_linter('commit_messages', ['tools/commit-message-lint'])
|
# if not options.no_gitlint:
|
||||||
|
# external_linter('commit_messages', ['tools/commit-message-lint'])
|
||||||
|
|
||||||
@lint
|
@lint
|
||||||
def custom_py():
|
def custom_py():
|
||||||
|
|||||||
Reference in New Issue
Block a user