Skip to content

Commit

Permalink
workspace: Upgrade styleguide latest commit
Browse files Browse the repository at this point in the history
This incorporates cpplint.py changes to enable checking c-style comments.
  • Loading branch information
jwnimmer-tri committed Aug 3, 2020
1 parent 5f6f852 commit 4d3e43c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/workspace/styleguide/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ def styleguide_repository(
github_archive(
name = name,
repository = "RobotLocomotion/styleguide",
commit = "97ac1c4e58c06f9c774ed02321cf716a21e0342d",
sha256 = "7d8adeac7b659ec082f8e1147301be431980f4c3116d3e6b1def691fccbbf47e", # noqa
commit = "c532aed46f524fa8c7a42bc3bec75161cb8d621c",
sha256 = "fe414dc2d146dfa87ca06f43769a7c146b9055323c5fc65fa375b4f9ee769c05", # noqa
build_file = "@drake//tools/workspace/styleguide:package.BUILD.bazel",
mirrors = mirrors,
)

0 comments on commit 4d3e43c

Please sign in to comment.