This repository has been archived by the owner on May 29, 2024. It is now read-only.
Update core logic to be less verbose & more simple in abstraction #355
Annotations
11 errors and 6 warnings
lint:
internal/mocks/etl_manager.go#L115
undefined: core.DataRegister (typecheck)
|
lint:
internal/api/handlers/handlers_test.go#L15
undefined: core.MakeSUUID (typecheck)
|
lint:
internal/api/handlers/heuristic_test.go#L138
undefined: logging.SUUIDKey (typecheck)
|
lint:
internal/api/service/heuristic_test.go#L19
undefined: core.MakeSUUID (typecheck)
|
lint:
internal/engine/store_test.go#L14
undefined: core.MakeSUUID (typecheck)
|
lint:
internal/engine/store_test.go#L15
undefined: core.MakeSUUID (typecheck)
|
lint:
internal/engine/store_test.go#L30
h.SetSUUID undefined (type "github.com/base-org/pessimism/internal/engine/heuristic".Heuristic has no field or method SetSUUID) (typecheck)
|
lint:
internal/engine/store_test.go#L40
h.SUUID undefined (type "github.com/base-org/pessimism/internal/engine/heuristic".Heuristic has no field or method SUUID) (typecheck)
|
lint:
internal/engine/store_test.go#L43
ss.GetSUUIDsByPathID undefined (type "github.com/base-org/pessimism/internal/engine".SessionStore has no field or method GetSUUIDsByPathID) (typecheck)
|
lint:
internal/engine/store_test.go#L54
h.SetSUUID undefined (type "github.com/base-org/pessimism/internal/engine/heuristic".Heuristic has no field or method SetSUUID) (typecheck)
|
ensure-mock-gen
Process completed with exit code 1.
|
markdown-linting
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint:
internal/metrics/metrics.go#L208
unused-parameter: parameter 'h' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
internal/metrics/metrics.go#L214
unused-parameter: parameter 'h' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
internal/metrics/metrics.go#L241
unused-parameter: parameter 'h' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
internal/metrics/metrics.go#L248
unused-parameter: parameter 'alert' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
internal/alert/interpolator.go#L69
unused-parameter: parameter 'sUUID' seems to be unused, consider removing or renaming it as _ (revive)
|