refactor: create cmd, add temportal dep and proc #13
Annotations
11 warnings
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
pocketbase/did/did.go#L5
a blank import should be only in a main or test package, or have a comment justifying it
|
Lint:
deployment/thirdparty-simulator/main.go#L1
should have a package comment
|
Lint:
migrations/1664858353_collections_snapshot.go#L130
parameter 'db' seems to be unused, consider removing or renaming it as _
|
Lint:
migrations/1664858353_collections_snapshot.go#L1
should have a package comment
|
Lint:
pocketbase/did/did.go#L39
parameter 'req' seems to be unused, consider removing or renaming it as _
|
Lint:
pocketbase/did/did.go#L39
parameter 'via' seems to be unused, consider removing or renaming it as _
|
Lint:
pocketbase/did/did.go#L63
func didId should be didID
|
Lint:
pocketbase/feature/feature.go#L17
should have a package comment
|
Lint:
deployment/thirdparty-simulator/api/api.go#L1
should have a package comment
|
Lint:
deployment/thirdparty-simulator/api/api.go#L16
exported const DefaultEndpoint should have comment or be unexported
|