feat(aws): quiet flag support #9687
Annotations
4 errors
Check if linter failed
Process completed with exit code 1.
|
Lint:
pkg/cloud/aws/scanner/progress.go#L76
preferFprint: fmt.Fprintf(m.debugWriter, "[%d/%d] Scanning %s...\n", m.serviceCurrent+1, m.serviceTotal, name) should be preferred to the m.debugWriter.Write([]byte(fmt.Sprintf("[%d/%d]<...>\n", m.serviceCurrent+1, m.serviceTotal, name))) (gocritic)
|
Lint:
pkg/cloud/aws/scanner/progress.go#L76
preferFprint: fmt.Fprintf(m.debugWriter, "[%d/%d] Scanning %s...\n", m.serviceCurrent+1, m.serviceTotal, name) should be preferred to the m.debugWriter.Write([]byte(fmt.Sprintf("[%d/%d]<...>\n", m.serviceCurrent+1, m.serviceTotal, name))) (gocritic)
|
Lint
issues found
|
The logs for this run have expired and are no longer available.
Loading