Update the CHANGELOG #444
xcodeproj.yml
on: push
Build (macOS)
4m 29s
Build (Linux)
1m 12s
Test (macOS / Xcode)
2m 9s
Test (Linux)
58s
Swiftlint
59s
Annotations
10 warnings
Swiftlint:
Sources/XcodeProj/Project/WorkspaceSettings.swift#L63
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
Swiftlint:
Sources/XcodeProj/Project/WorkspaceSettings.swift#L78
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
Swiftlint:
Sources/XcodeProj/Project/WorkspaceSettings.swift#L85
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
Swiftlint:
Sources/XcodeProj/Project/XCBreakpointList.swift#L9
Blanket Disable Command Violation: The disabled 'type_body_length' rule should be re-enabled before the end of the file (blanket_disable_command)
|
Swiftlint:
Sources/XcodeProj/Project/Xcode.swift#L4
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 294 lines (type_body_length)
|
Swiftlint:
Sources/XcodeProj/Scheme/XCScheme+ProfileAction.swift#L84
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
Swiftlint:
Sources/XcodeProj/Scheme/XCSchemeManagement.swift#L112
Line Length Violation: Line should be 150 characters or less; currently it has 167 characters (line_length)
|
Swiftlint:
Sources/XcodeProj/Scheme/XCScheme+TestAction.swift#L148
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 72 lines (function_body_length)
|
Swiftlint:
Sources/XcodeProj/Scheme/XCScheme+TestableReference.swift#L11
Inclusive Language Violation: Declaration useTestSelectionWhitelist contains the term "whitelist" which is not considered inclusive (inclusive_language)
|
Swiftlint:
Sources/XcodeProj/Scheme/XCScheme+TestableReference.swift#L26
Inclusive Language Violation: Declaration useTestSelectionWhitelist contains the term "whitelist" which is not considered inclusive (inclusive_language)
|