Skip to content

feat: add string resources #12

feat: add string resources

feat: add string resources #12

Triggered via push November 7, 2023 18:54
Status Success
Total duration 38s
Artifacts

test.yml

on: push
SwiftLint
30s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
SwiftLint: SwiftlyUITests/SwiftlyUITests.swift#L18
Line Length Violation: Line should be 120 characters or less; currently it has 178 characters (line_length)
SwiftLint: Core/Sources/Common/DateUtils/DateMath.swift#L5
Operator Function Whitespace Violation: Operators should be surrounded by a single whitespace when defining them (operator_whitespace)
SwiftLint: Core/Sources/Common/DateUtils/DateMath.swift#L11
Operator Function Whitespace Violation: Operators should be surrounded by a single whitespace when defining them (operator_whitespace)
SwiftLint: Core/Sources/Common/DateUtils/DateMath.swift#L17
Operator Function Whitespace Violation: Operators should be surrounded by a single whitespace when defining them (operator_whitespace)
SwiftLint: Core/Sources/Common/DateUtils/Duration.swift#L8
Operator Function Whitespace Violation: Operators should be surrounded by a single whitespace when defining them (operator_whitespace)
SwiftLint: Core/Sources/Currency/Domain/Models/Currency.swift#L21
Line Length Violation: Line should be 120 characters or less; currently it has 136 characters (line_length)
SwiftLint: Core/Sources/Currency/Data/Api/Model/CurrencyRatesApiModel.swift#L12
Nesting Violation: Types should be nested at most 1 level deep (nesting)
SwiftLint: Core/Sources/Currency/Data/Api/Model/CurrencyRatesApiModel.swift#L12
Nesting Violation: Types should be nested at most 1 level deep (nesting)
SwiftLint: Core/Tests/Converter/PresentationTests/ConverterViewModelTests.swift#L71
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 53 lines (function_body_length)
SwiftLint: Core/Tests/Converter/PresentationTests/ConverterViewModelTests.swift#L146
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 54 lines (function_body_length)