Skip to content

Add ignore_codingkeys parameter to nesting #88

Add ignore_codingkeys parameter to nesting

Add ignore_codingkeys parameter to nesting #88

Triggered via pull request January 20, 2025 02:05
Status Failure
Total duration 6m 19s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Lint Swift: Source/SwiftLintCore/Extensions/SwiftSyntax+SwiftLint.swift#L188
Line should be 120 characters or less; currently it has 132 characters (line_length)
Lint Swift: Source/SwiftLintCore/Extensions/SwiftSyntax+SwiftLint.swift#L191
Lines should not have trailing whitespace (trailing_whitespace)
Lint Swift: Tests/BuiltInRulesTests/NestingRuleTests.swift#L596
Line should be 120 characters or less; currently it has 140 characters (line_length)
Lint Swift: Tests/BuiltInRulesTests/NestingRuleTests.swift#L593
Multi-line collection literals should have trailing commas (trailing_comma)
Lint Swift: Tests/BuiltInRulesTests/NestingRuleTests.swift#L589
Lines should not have trailing whitespace (trailing_whitespace)
Lint Swift
Process completed with exit code 2.