jugutier/JGAlgorithms

View on GitHub

Showing 12 of 40 total issues

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

    private func objc_it(_ description: String, flags: FilterFlags, file: String, line: UInt, closure: @escaping () -> ()) {
Severity: Minor
Found in Example/Pods/Quick/Sources/Quick/DSL/World+DSL.swift - About 35 mins to fix

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

    private func objc_xit(_ description: String, flags: FilterFlags, file: String, line: UInt, closure: @escaping () -> ()) {
Severity: Minor
Found in Example/Pods/Quick/Sources/Quick/DSL/World+DSL.swift - About 35 mins to fix

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

    internal func fit(_ description: String, flags: FilterFlags, file: String, line: UInt, closure: @escaping () -> ()) {
Severity: Minor
Found in Example/Pods/Quick/Sources/Quick/DSL/World+DSL.swift - About 35 mins to fix

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

    internal func xit(_ description: String, flags: FilterFlags, file: String, line: UInt, closure: @escaping () -> ()) {
Severity: Minor
Found in Example/Pods/Quick/Sources/Quick/DSL/World+DSL.swift - About 35 mins to fix

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

public func itBehavesLike(_ name: String, flags: FilterFlags = [:], file: String = #file, line: UInt = #line, sharedExampleContext: @escaping SharedExampleContext) {
Severity: Minor
Found in Example/Pods/Quick/Sources/Quick/DSL/DSL.swift - About 35 mins to fix

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

public func it(_ description: String, flags: FilterFlags = [:], file: String = #file, line: UInt = #line, closure: @escaping () -> ()) {
Severity: Minor
Found in Example/Pods/Quick/Sources/Quick/DSL/DSL.swift - About 35 mins to fix

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

    internal func it(_ description: String, flags: FilterFlags, file: String, line: UInt, closure: @escaping () -> ()) {
Severity: Minor
Found in Example/Pods/Quick/Sources/Quick/DSL/World+DSL.swift - About 35 mins to fix

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

public func xit(_ description: String, flags: FilterFlags = [:], file: String = #file, line: UInt = #line, closure: @escaping () -> ()) {
Severity: Minor
Found in Example/Pods/Quick/Sources/Quick/DSL/DSL.swift - About 35 mins to fix

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

public func fit(_ description: String, flags: FilterFlags = [:], file: String = #file, line: UInt = #line, closure: @escaping () -> ()) {
Severity: Minor
Found in Example/Pods/Quick/Sources/Quick/DSL/DSL.swift - About 35 mins to fix

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

    private func objc_fit(_ description: String, flags: FilterFlags, file: String, line: UInt, closure: @escaping () -> ()) {
Severity: Minor
Found in Example/Pods/Quick/Sources/Quick/DSL/World+DSL.swift - About 35 mins to fix

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

    private func objc_itBehavesLike(_ name: String, sharedExampleContext: @escaping SharedExampleContext, flags: FilterFlags, file: String, line: UInt) {
Severity: Minor
Found in Example/Pods/Quick/Sources/Quick/DSL/World+DSL.swift - About 35 mins to fix

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

    internal func itBehavesLike(_ name: String, sharedExampleContext: @escaping SharedExampleContext, flags: FilterFlags, file: String, line: UInt) {
Severity: Minor
Found in Example/Pods/Quick/Sources/Quick/DSL/World+DSL.swift - About 35 mins to fix
Severity
Category
Status
Source
Language