Skip to content

Make building executables as dylibs more robust (now parses SwiftPM b… #150

Make building executables as dylibs more robust (now parses SwiftPM b…

Make building executables as dylibs more robust (now parses SwiftPM b… #150

Triggered via push May 13, 2024 13:59
Status Failure
Total duration 44s
Artifacts

swiftlint.yml

on: push
swift-lint
34s
swift-lint
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
swift-lint: Sources/swift-bundler/Commands/RunCommand.swift#L195
Identifier Name Violation: Variable name 'x' should be between 3 and 60 characters long (identifier_name)
swift-lint: Sources/FileSystemWatcher/CoreServicesFileSystemWatcher.swift#L263
Identifier Name Violation: Variable name 'i' should be between 3 and 60 characters long (identifier_name)
swift-lint: Sources/FileSystemWatcher/CoreServicesFileSystemWatcher.swift#L329
Identifier Name Violation: Variable name 'q' should be between 3 and 60 characters long (identifier_name)
swift-lint: Sources/swift-bundler/Extensions/Process.swift#L45
Identifier Name Violation: Variable name 'fh' should be between 3 and 60 characters long (identifier_name)
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#L46
Todo Violation: TODOs should be resolved (All of this Process code is ge...) (todo)
swift-lint: Sources/swift-bundler/Extensions/Process.swift#L192
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#L209
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 16 (cyclomatic_complexity)
swift-lint: Sources/swift-bundler/Commands/RunCommand.swift#L51
Function Body Length Violation: Function body should span 65 lines or less excluding comments and whitespace: currently spans 127 lines (function_body_length)
swift-lint: Sources/swift-bundler/Commands/RunCommand.swift#L275
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#L274
Superfluous Disable Command Violation: SwiftLint rule 'line_length' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)