fix: Add payload merger to merge context and message #642
Annotations
5 errors and 2 warnings
SwiftLint:
Sources/Confidence/PayloadMerger.swift#L17
Comma Spacing Violation: There should be no space before and one after any comma (comma)
|
SwiftLint:
Sources/Confidence/PayloadMerger.swift#L16
Operator Function Whitespace Violation: Operators should be surrounded by a single whitespace when defining them (operator_whitespace)
|
SwiftLint:
Tests/ConfidenceTests/PayloadMergerTests.swift#L11
Line Length Violation: Line should be 120 characters or less; currently it has 148 characters (line_length)
|
SwiftLint:
Tests/ConfidenceTests/PayloadMergerTests.swift#L5
Vertical Whitespace after Opening Braces Violation: Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
|
Tests
Process completed with exit code 65.
|
SwiftLint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, webfactory/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|