From 1685325d6dfa474dc5f70c5961b7ce79169e7fad Mon Sep 17 00:00:00 2001 From: blickly Date: Fri, 11 Mar 2016 12:23:03 -0800 Subject: [PATCH] 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 --- third_party/closure/compiler/closure_js_check_test.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/closure/compiler/closure_js_check_test.bzl b/third_party/closure/compiler/closure_js_check_test.bzl index 05ea6ae44..8b43e5786 100644 --- a/third_party/closure/compiler/closure_js_check_test.bzl +++ b/third_party/closure/compiler/closure_js_check_test.bzl @@ -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",