Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
guozhi.li committed Oct 30, 2023
1 parent 07029b7 commit 0b8381d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ const (
)

var (
// AllBucketsExist - all bucket exist.
AllBucketsExist = errors.New("all buckets exist")

Check failure on line 69 in pkg/controller/operator.go

View workflow job for this annotation

GitHub Actions / lint (1.21.x, ubuntu-latest)

error-naming: error var AllBucketsExist should have name of the form ErrFoo (revive)
)

Expand Down

0 comments on commit 0b8381d

Please sign in to comment.