rclone/cmd/bisync
Nick Craig-Wood 83613634f9 build: bisync: fix govet lint errors with golangci-lint v1.60.1
There were a lot of instances of this lint error

    printf: non-constant format string in call to github.com/rclone/rclone/fs.Logf (govet)

Most of these could not easily be fixed so had nolint lines added.

This should probably be done in a neater way perhaps by making
LogColorf/ErrorColorf functions.
2024-08-14 18:21:31 +01:00
..
bilib bisync: fix io.PipeWriter not getting closed on tests 2024-04-07 21:55:26 -04:00
testdata bisync: make session path even shorter on tests 2024-04-16 14:45:54 -04:00
bisync_debug_test.go bisync: add to integration tests - fixes #7665 2024-03-27 10:50:14 -04:00
bisync_test.go filter: add options for glob to regexp without anchors and special path rules 2024-08-08 13:41:31 +01:00
checkfn.go build: bisync: fix govet lint errors with golangci-lint v1.60.1 2024-08-14 18:21:31 +01:00
cmd.go bisync: use global --retries and --retries-sleep flags instead of overriding 2024-02-12 13:24:54 -05:00
compare.go build: bisync: fix govet lint errors with golangci-lint v1.60.1 2024-08-14 18:21:31 +01:00
deltas.go bisync: add options to auto-resolve conflicts - fixes #7471 2024-01-20 17:17:01 -05:00
help.go bisync: document beta status more clearly - fixes #6082 2024-01-20 15:38:26 -05:00
LICENSE.cjnaz bisync: implementation #5164 2021-11-01 21:00:27 +03:00
listing.go bisync: add options to auto-resolve conflicts - fixes #7471 2024-01-20 17:17:01 -05:00
lockfile.go bisync: fix endless loop if lockfile decoder errors 2024-04-10 16:33:05 +01:00
log.go bisync: clarify file operation directions in dry-run logs - fixes #7029 2024-03-06 09:26:53 -05:00
march.go bisync: Graceful Shutdown, --recover from interruptions without --resync - fixes #7470 2024-01-20 16:31:28 -05:00
operations.go build: bisync: fix govet lint errors with golangci-lint v1.60.1 2024-08-14 18:21:31 +01:00
queue.go build: bisync: fix govet lint errors with golangci-lint v1.60.1 2024-08-14 18:21:31 +01:00
rc.go bisync: support two --backup-dir paths on different remotes 2024-01-20 14:50:08 -05:00
resolve.go build: bisync: fix govet lint errors with golangci-lint v1.60.1 2024-08-14 18:21:31 +01:00
resync.go build: bisync: fix govet lint errors with golangci-lint v1.60.1 2024-08-14 18:21:31 +01:00