mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
linter: Re-enable gitlint.
This commit is contained in:
@@ -167,9 +167,9 @@ def run():
|
||||
external_linter('urls', ['tools/check-urls'], ['py'])
|
||||
external_linter('swagger', ['node', 'tools/check-swagger'], ['yaml'])
|
||||
|
||||
# gitlint disabled until we can stabilize it more
|
||||
# if not args.no_gitlint:
|
||||
# external_linter('commit_messages', ['tools/commit-message-lint'])
|
||||
# Disabled check for imperative mood until it is stabilized
|
||||
if not args.no_gitlint:
|
||||
external_linter('commit_messages', ['tools/commit-message-lint'])
|
||||
|
||||
@lint
|
||||
def custom_py():
|
||||
|
||||
Reference in New Issue
Block a user