Add GitHub Actions #5
formatting_and_linting.yml
on: pull_request
swift-format
8s
SwiftLint
36s
Annotations
11 errors
swift-format
Process completed with exit code 1.
|
SwiftLint:
Sources/SwiftDependencyGraphs/TraverseDirection.swift#L2
Line should be 120 characters or less; currently it has 144 characters (line_length)
|
SwiftLint:
Sources/SwiftDependencyGraphs/TraverseDirection.swift#L3
Line should be 120 characters or less; currently it has 139 characters (line_length)
|
SwiftLint:
Sources/SwiftDependencyGraphs/DependencyGraph.swift#L33
Variable name 'v' should be between 3 and 40 characters long (identifier_name)
|
SwiftLint:
Sources/SwiftDependencyGraphs/DependencyGraph.swift#L46
Line should be 120 characters or less; currently it has 163 characters (line_length)
|
SwiftLint:
Sources/SwiftDependencyGraphs/DependencyGraph.swift#L49
Line should be 120 characters or less; currently it has 147 characters (line_length)
|
SwiftLint:
Sources/SwiftDependencyGraphs/DependencyGraph.swift#L68
Line should be 120 characters or less; currently it has 163 characters (line_length)
|
SwiftLint:
Sources/SwiftDependencyGraphs/DependencyGraph.swift#L72
Line should be 120 characters or less; currently it has 147 characters (line_length)
|
SwiftLint:
Sources/SwiftDependencyGraphs/DependencyGraph.swift#L5
Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Sources/SwiftDependencyGraphs/DependencyGraph.swift#L8
Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Sources/SwiftDependencyGraphs/DependencyGraph.swift#L20
Lines should not have trailing whitespace (trailing_whitespace)
|