mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
lint: Only run check-urls after python files change.
This commit is contained in:
@@ -164,7 +164,7 @@ def run():
|
||||
'static/ts/tslint.json'], ['ts'])
|
||||
external_linter('puppet', ['puppet', 'parser', 'validate'], ['pp'])
|
||||
external_linter('templates', ['tools/check-templates'], ['handlebars', 'html'])
|
||||
external_linter('urls', ['tools/check-urls'])
|
||||
external_linter('urls', ['tools/check-urls'], ['py'])
|
||||
external_linter('swagger', ['node', 'tools/check-swagger'], ['yaml'])
|
||||
|
||||
# gitlint disabled until we can stabilize it more
|
||||
|
||||
Reference in New Issue
Block a user