[Bug] Triage existing linting issues #79
pull_request.yml
on: pull_request
.Pre
/
Check Cache
5s
Lint
/
Prettier
56s
Lint
/
TSC
40s
Lint
/
ESLint
1m 41s
Lint
/
StyleLint
57s
Matrix: CodeQL / analyze
Annotations
5 errors and 1 warning
Lint / TSC:
src/pages/Filing/UpdateFinancialProfile/index.tsx#L21
Type '{ data: { name: string; lei: string; hq_address_street_1: string; hq_address_city: string; hq_address_state: { code: string; name: string; }; hq_address_zip: string; is_active: boolean; tax_id: string; ... 14 more ...; top_holder_rssd_id?: string | ... 1 more ... | undefined; } | undefined; isError: boolean; }' is not assignable to type '{ data: { name: string; lei: string; hq_address_street_1: string; hq_address_city: string; hq_address_state: { code: string; name: string; }; hq_address_zip: string; is_active: boolean; tax_id: string; ... 14 more ...; top_holder_rssd_id?: string | ... 1 more ... | undefined; }; isError: boolean; }'.
|
Lint / TSC:
src/pages/Filing/ViewInstitutionProfile/index.tsx#L39
Type '{ name: string; lei: string; hq_address_street_1: string; hq_address_city: string; hq_address_state: { code: string; name: string; }; hq_address_zip: string; is_active: boolean; tax_id: string; ... 14 more ...; top_holder_rssd_id?: string | ... 1 more ... | undefined; } | undefined' is not assignable to type '{ name: string; lei: string; hq_address_street_1: string; hq_address_city: string; hq_address_state: { code: string; name: string; }; hq_address_zip: string; is_active: boolean; tax_id: string; ... 14 more ...; top_holder_rssd_id?: string | ... 1 more ... | undefined; }'.
|
Lint / TSC:
src/pages/Filing/ViewInstitutionProfile/index.tsx#L40
Type '{ name: string; lei: string; hq_address_street_1: string; hq_address_city: string; hq_address_state: { code: string; name: string; }; hq_address_zip: string; is_active: boolean; tax_id: string; ... 14 more ...; top_holder_rssd_id?: string | ... 1 more ... | undefined; } | undefined' is not assignable to type '{ name: string; lei: string; hq_address_street_1: string; hq_address_city: string; hq_address_state: { code: string; name: string; }; hq_address_zip: string; is_active: boolean; tax_id: string; ... 14 more ...; top_holder_rssd_id?: string | ... 1 more ... | undefined; }'.
|
Lint / TSC:
src/pages/Filing/ViewInstitutionProfile/index.tsx#L41
Type '{ name: string; lei: string; hq_address_street_1: string; hq_address_city: string; hq_address_state: { code: string; name: string; }; hq_address_zip: string; is_active: boolean; tax_id: string; ... 14 more ...; top_holder_rssd_id?: string | ... 1 more ... | undefined; } | undefined' is not assignable to type '{ name: string; lei: string; hq_address_street_1: string; hq_address_city: string; hq_address_state: { code: string; name: string; }; hq_address_zip: string; is_active: boolean; tax_id: string; ... 14 more ...; top_holder_rssd_id?: string | ... 1 more ... | undefined; }'.
|
Lint / TSC
Process completed with exit code 2.
|
CodeQL / Analyze (javascript-typescript)
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
|