Skip to content

Feat/pricing integration #1643

Feat/pricing integration

Feat/pricing integration #1643

Triggered via pull request February 21, 2025 18:49
Status Failure
Total duration 1m 22s
Artifacts

code-quality.yml

on: pull_request
code_quality_check
1m 13s
code_quality_check
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 5 warnings
code_quality_check
Type '{ bankAddress: Address; }' is not assignable to type 'VNodeProps & { __v_isVNode?: undefined; [Symbol.iterator]?: undefined; } & Record<string, any> & { readonly bankAddress: `0x${string}` | undefined; readonly priceData: { networkCurrencyPrice: number; usdcPrice: number; loading: boolean; error: boolean | null; }; readonly onError?: (() => any) | undefined; readonly "...'.
code_quality_check
Type '{ bankBalanceSection: { teamBalance: { formatted: string; }; formattedUsdcBalance: string; }; }' is not assignable to type 'VNodeProps & { __v_isVNode?: undefined; [Symbol.iterator]?: undefined; } & Record<string, any> & { readonly bankBalanceSection: BankBalanceSection; readonly priceData: { ...; }; } & AllowedComponentProps & ComponentCustomProps'.
code_quality_check
Type '{ bankBalanceSection: { teamBalance: undefined; formattedUsdcBalance: undefined; }; }' is not assignable to type 'VNodeProps & { __v_isVNode?: undefined; [Symbol.iterator]?: undefined; } & Record<string, any> & { readonly bankBalanceSection: BankBalanceSection; readonly priceData: { ...; }; } & AllowedComponentProps & ComponentCustomProps'.
code_quality_check
Type '{ bankBalanceSection: { teamBalance: { formatted: string; }; formattedUsdcBalance: string; }; }' is not assignable to type 'VNodeProps & { __v_isVNode?: undefined; [Symbol.iterator]?: undefined; } & Record<string, any> & { readonly bankBalanceSection: BankBalanceSection; readonly priceData: { ...; }; } & AllowedComponentProps & ComponentCustomProps'.
code_quality_check
Process completed with exit code 2.
code_quality_check: app/src/components/sections/SingleTeamView/BankSection.vue#L417
File has too many lines (756). Maximum allowed is 400
code_quality_check: app/src/components/sections/SingleTeamView/InvoiceSection.vue#L464
File has too many lines (476). Maximum allowed is 400
code_quality_check: app/src/views/team/[id]/ExpenseAccountView.vue#L457
File has too many lines (457). Maximum allowed is 400
code_quality_check: app/src/views/team/[id]/__tests__/ExpenseAccountView.spec.ts#L456
File has too many lines (469). Maximum allowed is 400
code_quality_check: app/src/views/team/[id]/__tests__/ExpenseAccountViewERC20.spec.ts#L432
File has too many lines (458). Maximum allowed is 400