Support swift 5.9+ syntax. #126
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/Bundler/SimulatorManager/SimulatorManager.swift#L86
Todo Violation: TODOs should be resolved (Ensure that environment variab...) (todo)
|
swift-lint:
Sources/swift-bundler/Bundler/SwiftPackageManager/SwiftPackageManager.swift#L317
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
|
swift-lint:
Sources/swift-bundler/Bundler/SwiftPackageManager/SwiftPackageManager.swift#L317
Function Body Length Violation: Function body should span 65 lines or less excluding comments and whitespace: currently spans 82 lines (function_body_length)
|
swift-lint:
Sources/swift-bundler/Bundler/SwiftPackageManager/SwiftPackageManager.swift#L160
Todo Violation: TODOs should be resolved (Make target triple generation ...) (todo)
|
swift-lint:
Sources/swift-bundler/Bundler/SwiftPackageManager/SwiftPackageManager.swift#L430
Todo Violation: TODOs should be resolved (This could be a nice easy one ...) (todo)
|
swift-lint:
Sources/swift-bundler/Bundler/SwiftPackageManager/SwiftPackageManager.swift#L35
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|