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