mirror of https://github.com/zulip/zulip.git
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:
parent
ba7b7a9a36
commit
ec90f0c342
|
@ -690,8 +690,9 @@ def run():
|
|||
external_linter('templates', ['tools/check-templates'], ['handlebars', 'html'])
|
||||
external_linter('urls', ['tools/check-urls'])
|
||||
|
||||
if not options.no_gitlint:
|
||||
external_linter('commit_messages', ['tools/commit-message-lint'])
|
||||
# gitlint disabled until we can stabilize it more
|
||||
# if not options.no_gitlint:
|
||||
# external_linter('commit_messages', ['tools/commit-message-lint'])
|
||||
|
||||
@lint
|
||||
def custom_py():
|
||||
|
|
Loading…
Reference in New Issue