Add formatting and eslint pipeline #1
Annotations
4 errors and 10 warnings
ui/src/app/account/login/login.component.ts#L77
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
|
ui/src/app/account/login/login.component.ts#L78
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
|
ui/src/app/shared/directive/has-any-authority.directive.ts#L16
The selector should start with one of these prefixes: "app" (https://angular.io/guide/styleguide#style-02-08)
|
|
ui/src/app/account/login/login.component.spec.ts#L19
'stateStorageService' is assigned a value but never used
|
ui/src/app/account/login/login.component.ts#L77
Forbidden non-null assertion
|
ui/src/app/account/login/login.component.ts#L78
Forbidden non-null assertion
|
ui/src/app/account/login/login.component.ts#L103
'err' is defined but never used
|
ui/src/app/account/model/login.model.ts#L3
Unexpected any. Specify a different type
|
ui/src/app/account/service/account.service.ts#L11
'of' is defined but never used
|
ui/src/app/account/service/account.service.ts#L13
'tap' is defined but never used
|
ui/src/app/account/service/account.service.ts#L29
Unexpected any. Specify a different type
|
ui/src/app/account/service/account.service.ts#L48
'err' is defined but never used
|
ui/src/app/account/service/account.service.ts#L68
'langKey' is assigned a value but never used
|
The logs for this run have expired and are no longer available.
Loading