support async replication #381
Annotations
10 errors and 1 warning
golangci-lint:
internal/config/config.go#L91
File is not `gofmt`-ed with `-s` (gofmt)
|
golangci-lint:
internal/mysql/queries.go#L48
File is not `gofmt`-ed with `-s` (gofmt)
|
golangci-lint:
internal/app/app_dcs.go#L251
File is not `gofmt`-ed with `-s` (gofmt)
|
golangci-lint:
internal/app/app.go#L2142
printf: (*github.com/yandex/mysync/internal/log.Logger).Infof format %s has arg app.config.ASyncAllowedLag of wrong type int64 (govet)
|
golangci-lint:
internal/mysql/data.go#L271
ST1003: type MdbReplMonTs should be MdbReplMonTS (stylecheck)
|
golangci-lint:
internal/mysql/data.go#L275
ST1003: type MdbReplMonTsDelay should be MdbReplMonTSDelay (stylecheck)
|
golangci-lint:
internal/mysql/node.go#L989
ST1003: method GetMdbReplMonTs should be GetMdbReplMonTS (stylecheck)
|
golangci-lint:
internal/mysql/node.go#L995
ST1003: method CalcMdbReplMonTsDelay should be CalcMdbReplMonTSDelay (stylecheck)
|
golangci-lint:
internal/mysql/queries.go#L49
ST1003: const queryCalcMdbReplMonTsDelay should be queryCalcMdbReplMonTSDelay (stylecheck)
|
golangci-lint:
internal/app/app.go#L2250
ST1003: method updateMdbReplMonTs should be updateMdbReplMonTS (stylecheck)
|
Run actions/setup-go@v5
Restore cache failed: Dependencies file is not found in /home/runner/work/mysync/mysync. Supported file pattern: go.sum
|
Loading