ephread/Instructions

View on GitHub
Sources/Instructions/Helpers/Public/CoachMarkHelper.swift

Summary

Maintainability
A
1 hr
Test Coverage
F
43%

Function update has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        coachMark: inout CoachMark,
        usingFrame frame: CGRect? = nil,
        pointOfInterest: CGPoint?,
        superview: UIView? = nil,
        cutoutPathMaker: CutoutPathMaker? = nil
Severity: Minor
Found in Sources/Instructions/Helpers/Public/CoachMarkHelper.swift - About 35 mins to fix

    Function makeDefaultCoachViews has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            withArrow arrow: Bool = true,
            arrowOrientation: CoachMarkArrowOrientation? = .top,
            hintText: String,
            nextText: String? = nil,
            nextLabelPosition: CoachMarkNextLabelPosition = .trailing
    Severity: Minor
    Found in Sources/Instructions/Helpers/Public/CoachMarkHelper.swift - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status