Skip to content

Disable Dylib loading code in SwiftBundlerRuntime on Linux until impl… #153

Disable Dylib loading code in SwiftBundlerRuntime on Linux until impl…

Disable Dylib loading code in SwiftBundlerRuntime on Linux until impl… #153

Triggered via push May 20, 2024 13:22
Status Failure
Total duration 45s
Artifacts

swiftlint.yml

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

Annotations

3 errors and 10 warnings
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/Commands/RunCommand.swift#L195
Identifier Name Violation: Variable name 'x' should be between 3 and 60 characters long (identifier_name)
swift-lint: Tests/SwiftBundlerTests/SwiftBundlerTests.swift#L19
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
swift-lint: Package.swift#L11
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
swift-lint: Package.swift#L31
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
swift-lint: Package.swift#L53
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
swift-lint: Package.swift#L61
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
swift-lint: Package.swift#L69
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
swift-lint: Package.swift#L97
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
swift-lint: Package.swift#L128
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
swift-lint: Sources/schema-gen/SchemaGenerator.swift#L21
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
swift-lint: Sources/FileSystemWatcher/FileSystemWatcher.swift#L30
Is Disjoint Violation: Prefer using `Set.isDisjoint(with:)` over `Set.intersection(_:).isEmpty` (is_disjoint)