This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
HM24 (DO NOT MERGE) #652
Annotations
10 errors and 1 warning
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:
backend/crdt2/map.go#L28
exported: exported method Map.ApplyPatch should have comment or be unexported (revive)
|
lint-go:
backend/crdt2/map.go#L88
exported: exported method Map.Get should have comment or be unexported (revive)
|
lint-go:
backend/crdt2/map.go#L108
exported: exported method Map.GetWithOrigin should have comment or be unexported (revive)
|
lint-go:
backend/crdt2/map.go#L128
exported: exported method Map.List should have comment or be unexported (revive)
|
lint-go:
backend/crdt2/map.go#L152
exported: exported method Map.Keys should have comment or be unexported (revive)
|
lint-go:
backend/crdt2/map.go#L173
exported: exported method Map.ForEachListChunk should have comment or be unexported (revive)
|
lint-go:
backend/crdt2/map.go#L197
exported: exported method Map.ForgetState 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
|