General: Add margin bottom to select component label (#1761)
#619
Annotations
8 errors and 10 warnings
|
✅ TypeScript Code Style (Lint)
Process completed with exit code 1.
|
|
✅ TypeScript Code Style (Lint):
src/main/webapp/app/shared/filter/filter.model.ts#L80
Using `= undefined` to make a parameter optional adds unnecessary runtime logic. Use the `?` optional syntax instead
|
|
✅ TypeScript Code Style (Lint):
src/main/webapp/app/shared/components/atoms/datepicker/datepicker.component.ts#L66
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
|
✅ TypeScript Code Style (Lint):
src/main/webapp/app/interview/interview-process-detail/slots-section/slots-section.component.html#L83
Replace `⏎························'w-full·py-2·border·border-border-default·rounded-md·text-text-secondary·text-sm·font-medium·flex·items-center·justify-center·gap-1.5·hover:bg-background-surface·hover:border-border-default·transition-all'⏎······················` with `'w-full·py-2·border·border-border-default·rounded-md·text-text-secondary·text-sm·font-medium·flex·items-center·justify-center·gap-1.5·hover:bg-background-surface·hover:border-border-default·transition-all'`
|
|
✅ TypeScript Code Style (Lint):
src/main/webapp/app/interview/interview-process-detail/slots-section/slot-card/slot-card.component.html#L100
Replace `⏎··········'h-6·px-3·py-1·text-xs·font-medium·text-text-secondary·border·border-border-default·rounded-md·hover:bg-background-surface·transition-all·flex·items-center·justify-center'⏎········` with `'h-6·px-3·py-1·text-xs·font-medium·text-text-secondary·border·border-border-default·rounded-md·hover:bg-background-surface·transition-all·flex·items-center·justify-center'`
|
|
✅ TypeScript Code Style (Lint):
src/main/webapp/app/interview/interview-process-detail/slots-section/slot-card/slot-card.component.html#L35
Replace `⏎··········'px-4·py-2.5·text-left·text-sm·hover:bg-negative-hover·flex·items-center·gap-2·text-negative-default·transition-colors·justify-start·border-none·rounded-none'⏎········` with `'px-4·py-2.5·text-left·text-sm·hover:bg-negative-hover·flex·items-center·gap-2·text-negative-default·transition-colors·justify-start·border-none·rounded-none'`
|
|
✅ TypeScript Code Style (Lint):
src/main/webapp/app/interview/interview-process-detail/slots-section/slot-card/slot-card.component.html#L22
Replace `⏎··········'px-4·py-2.5·text-left·text-sm·hover:bg-background-surface·flex·items-center·gap-2·text-text-primary·transition-colors·justify-start·border-none·rounded-none'⏎········` with `'px-4·py-2.5·text-left·text-sm·hover:bg-background-surface·flex·items-center·gap-2·text-text-primary·transition-colors·justify-start·border-none·rounded-none'`
|
|
✅ TypeScript Formatting
Process completed with exit code 1.
|
|
✅ TypeScript Code Style (Lint):
src/main/webapp/app/application/application-creation/application-creation-page3/application-creation-page3.component.html#L56
A label component must be associated with a form element
|
|
✅ TypeScript Code Style (Lint):
src/main/webapp/app/application/application-creation/application-creation-page3/application-creation-page3.component.html#L34
A label component must be associated with a form element
|
|
✅ TypeScript Code Style (Lint):
src/main/webapp/app/application/application-creation/application-creation-page3/application-creation-page3.component.html#L10
A label component must be associated with a form element
|
|
✅ TypeScript Code Style (Lint):
src/main/webapp/app/application/application-creation/application-creation-page2/application-creation-page2.component.ts#L138
Unexpected any value in conditional. An explicit comparison or type conversion is required
|
|
✅ TypeScript Code Style (Lint):
src/main/webapp/app/application/application-creation/application-creation-page2/application-creation-page2.component.html#L89
A label component must be associated with a form element
|
|
✅ TypeScript Code Style (Lint):
src/main/webapp/app/application/application-creation/application-creation-page2/application-creation-page2.component.html#L11
A label component must be associated with a form element
|
|
✅ TypeScript Code Style (Lint):
src/main/webapp/app/application/application-creation/application-creation-form/application-creation-form.component.ts#L406
`statusText` is deprecated. With HTTP/2 and later versions, this will incorrectly remain set to 'OK' even when the status code of a response is not 200
|
|
✅ TypeScript Code Style (Lint):
src/main/webapp/app/application/application-creation/application-creation-form/application-creation-form.component.html#L97
A label component must be associated with a form element
|
|
✅ TypeScript Code Style (Lint):
src/main/webapp/app/application/application-creation/application-creation-form/application-creation-form.component.html#L75
A label component must be associated with a form element
|
|
✅ TypeScript Code Style (Lint):
src/main/webapp/app/app.config.ts#L66
`provideAnimations` is deprecated. 20.2 Use `animate.enter` or `animate.leave` instead. Intent to remove in v23
|
Loading