polkadot-js/apps

View on GitHub
packages/page-parachains/src/Overview/useValidators.ts

Summary

Maintainability
A
45 mins
Test Coverage

Function mapValidators has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

function mapValidators (startWith: Record<string, [GroupIndex, ValidatorInfo[]]>, ids: ParaId[], validators: AccountId[], groups: ParaValidatorIndex[][], indices: ParaValidatorIndex[], scheduled: CoreAssignment[]): Record<string, [GroupIndex, ValidatorInfo[]]> {
Severity: Minor
Found in packages/page-parachains/src/Overview/useValidators.ts - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status