lint: Only run check-urls after python files change.

This commit is contained in:
Tim Abbott
2017-08-27 13:32:31 -07:00
parent 3f01907d3b
commit 79ae262463

View File

@@ -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