mirror of
https://github.com/google/nomulus.git
synced 2025-07-20 17:56:08 +02:00
Automated g4 rollback of changelist 116996539.
*** Reason for rollback *** Rollback --checks-only change This isn't available in the open source release. *** Original change description *** 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=117000962
This commit is contained in:
parent
f898d551e4
commit
5d97f04ebe
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue