Skip to content

Commit

Permalink
Document a method as having its documentation pending
Browse files Browse the repository at this point in the history
  • Loading branch information
shackra committed Jan 2, 2025
1 parent 0338465 commit 6b06b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sync/syncer.go
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ func (s *syncer) SyncAssets(ctx context.Context) error {
return nil
}

// SyncGrantExpansion .
// SyncGrantExpansion documentation pending.

Check failure on line 972 in pkg/sync/syncer.go

View workflow job for this annotation

GitHub Actions / go-lint

Comment should end in a period (godot)
// TODO(morgabra) Docs
func (s *syncer) SyncGrantExpansion(ctx context.Context) error {
l := ctxzap.Extract(ctx)
Expand Down

0 comments on commit 6b06b3b

Please sign in to comment.