Skip to content

Commit 753f68c

Browse files
authored
workspace: Upgrade styleguide latest commit (#13804)
This incorporates cpplint.py changes to enable checking c-style comments.
1 parent 2f8023d commit 753f68c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/workspace/styleguide/repository.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ def styleguide_repository(
88
github_archive(
99
name = name,
1010
repository = "RobotLocomotion/styleguide",
11-
commit = "47a6f403e7a6ed5e44e7875bcec4d27815063029",
12-
sha256 = "68344607a14230ede11b4dcf886ed9bef6df2c339f32ec724591a94e5d5f2e6b", # noqa
11+
commit = "5d2a134bceadc432af30be16faf64755aa116ad3",
12+
sha256 = "0da2a66d25f1b9fb43e68f6ef3b67f41f2f7c67cf26e49edd7b0141cacefcd61", # noqa
1313
build_file = "@drake//tools/workspace/styleguide:package.BUILD.bazel",
1414
mirrors = mirrors,
1515
)

0 commit comments

Comments
 (0)