Skip to content

Commit

Permalink
[checks] Fix govet docstring
Browse files Browse the repository at this point in the history
This was a copy-paste error.

Change-Id: I670723ecce0c05bf2cebf4bc0871e2e5e901948c
Reviewed-on: https://fuchsia-review.googlesource.com/c/shac-project/shac/+/925199
Fuchsia-Auto-Submit: Oliver Newman <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Reviewed-by: Ina Huh <[email protected]>
  • Loading branch information
orn688 authored and CQ Bot committed Oct 3, 2023
1 parent 1d1ca72 commit 34074c1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions checks/go.star
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,7 @@ def govet(
analyzers = [
"copylocks",
]):
"""Checks that exec.Command Start() and Run() aren't called directly.
Instead, callers should use the `execsupport` package, which provides appropriate
locks to make sure forks are safe.
"""Enforces `go vet`.
Args:
ctx: A ctx instance.
Expand Down

0 comments on commit 34074c1

Please sign in to comment.