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

View File

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