Skip to content

Commit e687d24

Browse files
gkdnjDramaix
andauthored
Remove no-op diagnostic groups (bazelbuild#669)
Co-authored-by: Julien Dramaix <jDramaix@users.noreply.github.com>
1 parent b8735ca commit e687d24

3 files changed

Lines changed: 1 addition & 6 deletions

File tree

closure/compiler/closure_js_library.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ def _closure_js_library_impl(
133133
suppress = suppress + [
134134
"analyzerChecks",
135135
"deprecated",
136-
"legacyGoogScopeRequire",
137136
"lintChecks",
138137
"missingOverride",
139138
"reportUnknownTypes",

java/com/google/javascript/jscomp/Diagnostics.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ final class Diagnostics {
9090
"globalThis",
9191
"invalidCasts",
9292
"lateProvide",
93-
"legacyGoogScopeRequire",
9493
"lintChecks",
9594
"messageConventions",
9695
"misplacedTypeAnnotation",
@@ -118,7 +117,6 @@ final class Diagnostics {
118117
"unknownDefines",
119118
"untranspilableFeatures",
120119
"unusedLocalVariables",
121-
"unusedPrivateMembers",
122120
"useOfGoogProvide",
123121
"uselessCode",
124122
"visibility",

java/io/bazel/rules/closure/webfiles/BUILD

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ licenses(["notice"])
1919

2020
java_library(
2121
name = "webfiles",
22-
srcs = glob(
23-
["*.java"],
24-
),
22+
srcs = glob(["*.java"]),
2523
visibility = ["//visibility:public"],
2624
deps = [
2725
":build_info_java_proto",

0 commit comments

Comments
 (0)