BC-5662 Add linter rule for deep module imports #15983
Annotations
10 warnings
apps/server/src/apps/files-storage.app.ts#L12
'@modules/files-storage/files-storage.const' import is restricted from being used by a pattern. Do not deep import from a module
|
apps/server/src/apps/server.app.ts#L11
'@modules/teams/service/team.service' import is restricted from being used by a pattern. Do not deep import from a module
|
apps/server/src/apps/server.app.ts#L12
'@modules/account/services/account.validation.service' import is restricted from being used by a pattern. Do not deep import from a module
|
apps/server/src/apps/server.app.ts#L13
'@modules/account/uc/account.uc' import is restricted from being used by a pattern. Do not deep import from a module
|
apps/server/src/apps/server.app.ts#L14
'@modules/collaborative-storage/uc/collaborative-storage.uc' import is restricted from being used by a pattern. Do not deep import from a module
|
apps/server/src/console/api-test/test-bootstrap.console.ts#L4
'@modules/management/uc/database-management.uc' import is restricted from being used by a pattern. Do not deep import from a module
|
apps/server/src/console/console.module.ts#L7
'@infra/console/console-writer/console-writer.module' import is restricted from being used by a pattern. Do not deep import from a module
|
apps/server/src/console/console.module.ts#L8
'@infra/identity-management/keycloak/keycloak.module' import is restricted from being used by a pattern. Do not deep import from a module
|
apps/server/src/console/console.module.ts#L11
'@modules/files/entity' import is restricted from being used by a pattern. Do not deep import from a module
|
apps/server/src/console/console.module.ts#L12
'@modules/files-storage/entity' import is restricted from being used by a pattern. Do not deep import from a module
|
The logs for this run have expired and are no longer available.
Loading