mirror of https://github.com/zulip/zulip.git
tools: Fix running check-openapi locally.
This commit is contained in:
parent
7853e9d2de
commit
d9e5becb0e
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
var SwaggerParser = require('swagger-parser'),
|
||||
_ = require('underscore');
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ EXCLUDED_FILES = [
|
|||
# newlines; there's nothing other than trailing newlines we'd be
|
||||
# checking for in these anyway.
|
||||
"locale",
|
||||
"tools/check-openapi",
|
||||
]
|
||||
|
||||
PUPPET_CHECK_RULES_TO_EXCLUDE = [
|
||||
|
|
Loading…
Reference in New Issue