Add HTTPHeadersCoding dependency in SmokeHTTPClient #126
Annotations
10 warnings
Sources/ShapeCoding/ShapeDecoder+unbox.swift#L275
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 13 (cyclomatic_complexity)
|
Sources/ShapeCoding/StandardShapeSingleValueEncodingContainerDelegate.swift#L32
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 13 (cyclomatic_complexity)
|
Sources/ShapeCoding/StandardShapeSingleValueEncodingContainerDelegate.swift#L32
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 61 lines (function_body_length)
|
Sources/ShapeCoding/ShapeSingleValueEncodingContainer.swift#L127
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
|
Sources/ShapeCoding/StandardDecodingOptions.swift#L66
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
|
Sources/ShapeCoding/StandardDecodingOptions.swift#L79
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
|
Sources/_SmokeHTTPClientConcurrency/Export.swift#L18
Todo Violation: TODOs should be resolved (https://github.com/amzn/smoke-...) (todo)
|
Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift#L105
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 65 lines (function_body_length)
|
Sources/SmokeHTTPClient/HTTPInvocationClient.swift#L58
Line Length Violation: Line should be 150 characters or less; currently it has 159 characters (line_length)
|
Sources/SmokeHTTPClient/HTTPOperationsClient+executeRetriableWithOutput.swift#L271
Line Length Violation: Line should be 150 characters or less; currently it has 165 characters (line_length)
|
This job succeeded
Loading