lightricks-nimble-13.2.0: remove deleted Predicate.swift. #25
Annotations
10 warnings
Run norio-nomura/[email protected]:
Sources/Nimble/Requirement.swift#L18
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
|
Run norio-nomura/[email protected]:
Sources/Nimble/Requirement.swift#L19
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
|
Run norio-nomura/[email protected]:
Sources/Nimble/Requirement.swift#L38
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
|
Run norio-nomura/[email protected]:
Sources/Nimble/Requirement.swift#L55
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
|
Run norio-nomura/[email protected]:
Sources/Nimble/Requirement.swift#L40
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
Run norio-nomura/[email protected]:
Sources/Nimble/DSL+Wait.swift#L48
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
Run norio-nomura/[email protected]:
Sources/Nimble/Matchers/MatchError.swift#L62
Prefer Type Checking Violation: Prefer `a is X` to `a as? X != nil` (prefer_type_checking)
|
Run norio-nomura/[email protected]:
Sources/Nimble/Utils/Difference.swift#L61
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
Run norio-nomura/[email protected]:
Sources/Nimble/Utils/Difference.swift#L68
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
Run norio-nomura/[email protected]:
Sources/Nimble/Utils/Difference.swift#L30
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 16 (cyclomatic_complexity)
|
Loading