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:
Tim Abbott 2017-04-28 12:25:53 -07:00
parent ba7b7a9a36
commit ec90f0c342
1 changed files with 3 additions and 2 deletions

View File

@ -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():