Skip to content

Commit fb840a5

Browse files
committed
Lint bazel files
1 parent 00f1bad commit fb840a5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ java_package_configuration(
3535
# ignore module warnings for requirements on automatic modules (opencv, quickbuf)
3636
"-Xlint:-requires-automatic",
3737
"-Xlint:-requires-transitive-automatic",
38-
"-Xlint:-exports", # workaround for #9350
39-
"-Xlint:-missing-explicit-ctor", # workaround for #9349
38+
"-Xlint:-exports", # workaround for #9350
39+
"-Xlint:-missing-explicit-ctor", # workaround for #9349
4040
],
4141
# Apply our flags to just our repository. Otherwise, Bazel will compile its
4242
# tools with our flags, and not all of them are warning-free.

commandsv3/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ wpilib_java_library(
5656
"wpilib.command3",
5757
["commandsv3/src/generated/main/java"],
5858
) + [
59-
"-Xlint:-module"
59+
"-Xlint:-module",
6060
],
6161
maven_artifact_name = "commandsv3-java",
6262
maven_group_id = "org.wpilib",

0 commit comments

Comments
 (0)