chore(lint): enable more gocritic linters (#23328)

Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
This commit is contained in:
Michael Crenshaw
2025-06-11 23:50:02 -04:00
committed by GitHub
parent 046b9e7d97
commit 2bf3f6850e
27 changed files with 86 additions and 58 deletions

View File

@@ -4,7 +4,7 @@ import (
"fmt"
)
// Bar ...
// Bar is a simple progress bar for command line applications.
type Bar struct {
percent int64 // progress percentage
cur int64 // current progress