HM24 (DO NOT MERGE) #650
Annotations
10 errors and 1 warning
lint-go:
backend/pkg/sqlitegen/qb/qb_test.go#L5
dot-imports: should not use dot imports (revive)
|
lint-go:
backend/pkg/posstrings/posstrings.go#L20
exported: exported type PositionSource should have comment or be unexported (revive)
|
lint-go:
backend/pkg/posstrings/posstrings.go#L27
exported: exported function NewPositionSource should have comment or be unexported (revive)
|
lint-go:
backend/pkg/posstrings/posstrings.go#L46
exported: exported method PositionSource.MustCreateBetween should have comment or be unexported (revive)
|
lint-go:
backend/pkg/posstrings/posstrings.go#L54
exported: exported method PositionSource.CreateBetween should have comment or be unexported (revive)
|
lint-go:
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)
|
lint-go:
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)
|
lint-go:
backend/crdt2/map.go#L11
exported: exported type Map should have comment or be unexported (revive)
|
lint-go:
backend/crdt2/map.go#L15
exported: exported function NewMap should have comment or be unexported (revive)
|
lint-go:
backend/crdt2/map.go#L24
exported: exported method Map.Set should have comment or be unexported (revive)
|
lint-go
Restore cache failed: Dependencies file is not found in /home/runner/work/mintter/mintter. Supported file pattern: go.sum
|