build: ignore remaining gocritic lint issues

This commit is contained in:
albertony 2024-06-01 11:43:49 +02:00 committed by Nick Craig-Wood
parent 4d787ae87f
commit 330c6702eb
2 changed files with 4 additions and 4 deletions

View file

@ -3392,7 +3392,7 @@ func setQuirks(opt *Options) {
// See: https://issuetracker.google.com/issues/323465186
// So make cutoff very large which it does seem to support
opt.CopyCutoff = math.MaxInt64
default:
default: //nolint:gocritic // Don't include gocritic when running golangci-lint to avoid defaultCaseOrder: consider to make `default` case as first or as last case
fs.Logf("s3", "s3 provider %q not known - please set correctly", opt.Provider)
fallthrough
case "Other":