Support other platform sdks from generated xcode project. #139
Annotations
10 warnings
swift-lint:
Sources/swift-bundler/Extensions/Process.swift#L12
Todo Violation: TODOs should be resolved (This could instead be `command...) (todo)
|
swift-lint:
Sources/swift-bundler/Extensions/Process.swift#L14
Todo Violation: TODOs should be resolved (This is pretty janky (i.e. wha...) (todo)
|
swift-lint:
Sources/swift-bundler/Extensions/Process.swift#L156
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
swift-lint:
Sources/swift-bundler/Extensions/Sequence.swift#L3
Todo Violation: TODOs should be resolved (Create test for this) (todo)
|
swift-lint:
Sources/swift-bundler/Commands/RunCommand.swift#L91
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 16 (cyclomatic_complexity)
|
swift-lint:
Sources/swift-bundler/Commands/RunCommand.swift#L157
Line Length Violation: Line should be 150 characters or less; currently it has 183 characters (line_length)
|
swift-lint:
Sources/swift-bundler/Commands/RunCommand.swift#L156
Superfluous Disable Command Violation: SwiftLint rule 'line_length' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
|
swift-lint:
Sources/swift-bundler/Commands/RunCommand.swift#L104
Todo Violation: TODOs should be resolved (Refactor this whole case block...) (todo)
|
swift-lint:
Sources/swift-bundler/Commands/BundleCommand.swift#L48
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
|
swift-lint:
Sources/swift-bundler/Commands/BundleCommand.swift#L48
Function Body Length Violation: Function body should span 65 lines or less excluding comments and whitespace: currently spans 70 lines (function_body_length)
|