Migrate temporalite & temporaltest packages #3911
Annotations
8 errors and 1 warning
lint:
temporaltest/server_test.go#L303
comment-spacings: no space between comment delimiter and comment text (revive)
|
lint:
temporaltest/server_test.go#L304
comment-spacings: no space between comment delimiter and comment text (revive)
|
lint:
temporaltest/server_test.go#L306
comment-spacings: no space between comment delimiter and comment text (revive)
|
lint:
internal/temporalite/lite_server.go#L212
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"unsupported SQLite pragma %q. allowed pragmas: %v\", pragma, getAllowedPragmas())" (goerr113)
|
lint:
internal/temporalite/lite_server.go#L217
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"config option DatabaseFilePath is not supported in ephemeral mode\")" (goerr113)
|
lint:
internal/temporalite/lite_server.go#L220
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"config option DatabaseFilePath is required when ephemeral mode disabled\")" (goerr113)
|
lint:
internal/temporalite/lite_server.go#L301
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"unable to have file-based dynamic config and individual dynamic config values\")" (goerr113)
|
lint
issues found
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/temporal/temporal. Supported file pattern: go.sum
|