mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +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('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():
|
||||
|
||||
Reference in New Issue
Block a user