Skip to content

Fix wasm build

Fix wasm build #286

Triggered via pull request August 6, 2023 08:58
Status Success
Total duration 56s
Artifacts

swiftlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: Tests/NimbleTests/Matchers/EqualTest.swift#L501
File Length Violation: File should contain 400 lines or less: currently contains 501 (file_length)
lint: Tests/NimbleTests/Matchers/EqualTest.swift#L299
Superfluous Disable Command Violation: SwiftLint rule 'vertical_whitespace' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
lint: Tests/NimbleTests/Matchers/PostNotificationTest.swift#L99
Trailing Comma Violation: Multi-line collection literals should have trailing commas (trailing_comma)
lint: Tests/NimbleTests/Matchers/PostNotificationTest.swift#L111
Trailing Comma Violation: Multi-line collection literals should have trailing commas (trailing_comma)
lint: Tests/NimbleTests/Matchers/PostNotificationTest.swift#L74
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
lint: Tests/NimbleTests/Matchers/BeEmptyTest.swift#L54
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 60 lines (function_body_length)
lint: Tests/NimbleTests/Matchers/BeEmptyTest.swift#L136
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 54 lines (function_body_length)
lint: Tests/NimbleTests/AsyncAwaitTest.swift#L9
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 296 lines (type_body_length)
lint: Sources/Nimble/Matchers/BeLessThan.swift#L11
Operator Function Whitespace Violation: Operators should be surrounded by a single whitespace when defining them (operator_whitespace)
lint: Sources/Nimble/Matchers/BeLessThan.swift#L15
Operator Function Whitespace Violation: Operators should be surrounded by a single whitespace when defining them (operator_whitespace)