build: ignore remaining gocritic lint issues
This commit is contained in:
parent
4d787ae87f
commit
330c6702eb
2 changed files with 4 additions and 4 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue