We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e84d4 commit 9d2600cCopy full SHA for 9d2600c
pkg/xt/xt.go
@@ -57,7 +57,7 @@ func Extract(job *Job) {
57
}
58
59
func (j *Job) setupProgress() {
60
- every := float64(5)
+ every := float64(5) //nolint:mnd
61
62
isTerm := term.IsTerminal(int(os.Stdout.Fd()))
63
if isTerm {
0 commit comments