Push examples back to repo #44
Annotations
9 errors and 1 warning
Run linter:
examples/simple-printer/main.go#L34
exitAfterDefer: log.Fatal will exit, and `defer session.Close()` will not run (gocritic)
|
Run linter:
examples/printer/main.go#L45
exitAfterDefer: log.Fatal will exit, and `defer session.Close()` will not run (gocritic)
|
Run linter:
examples/replicator/main.go#L505
appendAssign: append result not assigned to the same slice (gocritic)
|
Run linter:
examples/replicator/main.go#L525
ifElseChain: rewrite if-else to switch statement (gocritic)
|
Run linter:
examples/replicator/main.go#L308
type `updateQuerySet` is unused (unused)
|
Run linter:
examples/replicator/main.go#L313
type `udtInfo` is unused (unused)
|
Run linter:
examples/replicator/replicator_test.go#L503
test helper function should start from t.Helper() (thelper)
|
Run linter:
examples/replicator/replicator_test.go#L511
test helper function should start from t.Helper() (thelper)
|
Run linter
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading