chore: pipeline #2
Annotations
10 errors and 8 warnings
Test and Lint:
internal/core/services/sharesvc/svc_test.go#L13
Function 'TestCreateShare' is too long (65 > 60) (funlen)
|
Test and Lint:
internal/core/services/usersvc/svc_test.go#L109
Function 'TestGetUserByExternal' is too long (71 > 60) (funlen)
|
Test and Lint:
internal/core/services/usersvc/svc_test.go#L183
Function 'TestCreateExternalUser' is too long (92 > 60) (funlen)
|
Test and Lint:
internal/core/services/providersvc/svc_test.go#L15
Function 'TestConfigureProvider' is too long (190 > 60) (funlen)
|
Test and Lint:
internal/core/services/providersvc/svc_test.go#L312
Function 'TestUpdateConfig' is too long (70 > 60) (funlen)
|
Test and Lint:
internal/infrastructure/repositories/mocks/usermockedrepo/repo.go#L4
File is not `goimports`-ed (goimports)
|
Test and Lint:
internal/infrastructure/repositories/mocks/projectmockrepo/repo.go#L4
File is not `goimports`-ed (goimports)
|
Test and Lint:
internal/core/services/sharesvc/svc_test.go#L5
File is not `goimports`-ed (goimports)
|
Test and Lint:
internal/core/services/usersvc/svc_test.go#L51
unnecessary trailing newline (whitespace)
|
Test and Lint:
internal/core/services/usersvc/svc_test.go#L106
unnecessary trailing newline (whitespace)
|
Test and Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test and Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test and Lint:
internal/infrastructure/repositories/mocks/usermockedrepo/repo.go#L16
unused-parameter: parameter 'userID' seems to be unused, consider removing or renaming it as _ (revive)
|
Test and Lint:
internal/infrastructure/repositories/mocks/usermockedrepo/repo.go#L17
unused-parameter: parameter 'opts' seems to be unused, consider removing or renaming it as _ (revive)
|
Test and Lint:
internal/infrastructure/repositories/mocks/usermockedrepo/repo.go#L20
unused-parameter: parameter 'externalUserID' seems to be unused, consider removing or renaming it as _ (revive)
|
Test and Lint:
internal/infrastructure/repositories/mocks/usermockedrepo/repo.go#L21
unused-parameter: parameter 'opts' seems to be unused, consider removing or renaming it as _ (revive)
|
Test and Lint:
internal/infrastructure/repositories/mocks/usermockedrepo/repo.go#L24
unused-parameter: parameter 'providerID' seems to be unused, consider removing or renaming it as _ (revive)
|
Test and Lint:
internal/infrastructure/repositories/mocks/usermockedrepo/repo.go#L25
unused-parameter: parameter 'opts' seems to be unused, consider removing or renaming it as _ (revive)
|