jdalrymple/gitbeaker

View on GitHub
packages/core/src/resources/ApplicationPlanLimits.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function edit has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  edit<E extends boolean = false>(
    planName: string,
    options: ApplicationPlanLimitOptions & Sudo & ShowExpanded<E> = {},
  ): Promise<GitlabAPIResponse<ApplicationPlanLimitSchema, C, E, void>> {
    const {
Severity: Minor
Found in packages/core/src/resources/ApplicationPlanLimits.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status