mirror of
https://github.com/google/nomulus
synced 2026-01-03 19:54:18 +00:00
Change --checks-only flag to --checks_only for consistency with other flags.
Tested:
TAP --sample for global presubmit queue
[]
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=116996539
This commit is contained in:
@@ -31,7 +31,7 @@ def _impl(ctx):
|
||||
srcs, externs = collect_js_srcs(ctx)
|
||||
args = [
|
||||
"third_party/closure/compiler/compiler",
|
||||
"--checks-only",
|
||||
"--checks_only",
|
||||
"--language_in=%s" % determine_js_language(ctx),
|
||||
"--compilation_level=" + ctx.attr.compilation_level,
|
||||
"--warning_level=VERBOSE",
|
||||
|
||||
Reference in New Issue
Block a user