mikaelvesavuori/figmagic

View on GitHub
bin/entities/FigmagicElement/logic/getTokenMatch.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function matchOther has 8 arguments (exceeds 4 allowed). Consider refactoring.
Open

  expectedValue: ExpectedValue,
  remSize: number,
  outputFormatColors: OutputFormatColors,
  tokens: Tokens,
  tokenFileName: string,
Severity: Major
Found in bin/entities/FigmagicElement/logic/getTokenMatch.ts - About 1 hr to fix

    Function matchPadding has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      expectedValue: ExpectedValue,
      remSize: number,
      tokens: Tokens,
      tokenFileName: string,
      property: string,
    Severity: Major
    Found in bin/entities/FigmagicElement/logic/getTokenMatch.ts - About 50 mins to fix

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

        tokens: Tokens,
        tokenFileName: string,
        property: string,
        expectedValue: ExpectedValue,
        remSize: number,
      Severity: Minor
      Found in bin/entities/FigmagicElement/logic/getTokenMatch.ts - About 45 mins to fix

        There are no issues that match your filters.

        Category
        Status