refactor: remove useless import() #18
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/webauthn/webauthn.go#L86
if block ends with a return statement, so drop this else and outdent its block
|
Lint:
pocketbase/feature/feature.go#L29
exported type KeypairoomConfig should have comment or be unexported
|
Lint:
pocketbase/did/did.go#L39
parameter 'req' seems to be unused, consider removing or renaming it as _
|
Lint:
migrations/1664858353_collections_snapshot.go#L17
parameter 'app' seems to be unused, consider removing or renaming it as _
|
Lint:
deployment/thirdparty-simulator/cmd/root.go#L16
exported function Execute should have comment or be unexported
|
Lint:
deployment/thirdparty-simulator/cmd/api.go#L13
parameter 'cmd' seems to be unused, consider removing or renaming it as _
|
Lint:
deployment/thirdparty-simulator/main.go#L1
should have a package comment
|
Lint:
pocketbase/zencode/zencode.go#L13
comment on exported var KEYPAIROOM_ZENCODE should be of the form "KEYPAIROOM_ZENCODE ..."
|
Lint:
deployment/thirdparty-simulator/api/api.go#L16
exported const DefaultEndpoint should have comment or be unexported
|
Lint:
pocketbase/feature/feature.go#L33
exported type DidConfig should have comment or be unexported
|