This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
HM24 (DO NOT MERGE) #650
Annotations
10 errors and 1 warning
backend/pkg/sqlitegen/qb/qb_test.go#L5
dot-imports: should not use dot imports (revive)
|
backend/pkg/posstrings/posstrings.go#L20
exported: exported type PositionSource should have comment or be unexported (revive)
|
backend/pkg/posstrings/posstrings.go#L27
exported: exported function NewPositionSource should have comment or be unexported (revive)
|
backend/pkg/posstrings/posstrings.go#L46
exported: exported method PositionSource.MustCreateBetween should have comment or be unexported (revive)
|
backend/pkg/posstrings/posstrings.go#L54
exported: exported method PositionSource.CreateBetween should have comment or be unexported (revive)
|
backend/pkg/posstrings/posstrings.go#L222
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
backend/pkg/atomicfile/atomicfile.go#L10
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
backend/crdt2/map.go#L11
exported: exported type Map should have comment or be unexported (revive)
|
backend/crdt2/map.go#L15
exported: exported function NewMap should have comment or be unexported (revive)
|
backend/crdt2/map.go#L24
exported: exported method Map.Set should have comment or be unexported (revive)
|
|
This job failed
Loading