mirror of
https://github.com/rclone/rclone.git
synced 2025-07-01 04:50:12 +02:00
build: ignore remaining gocritic lint issues
This commit is contained in:
committed by
Nick Craig-Wood
parent
4d787ae87f
commit
330c6702eb
@ -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":
|
||||
|
Reference in New Issue
Block a user