Skip to content

ci: add ci step to validate pr title #322

ci: add ci step to validate pr title

ci: add ci step to validate pr title #322

Triggered via pull request September 7, 2023 13:59
Status Success
Total duration 3m 56s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
SwiftLint: Tests/ConfidenceProviderTests/FlagApplierWithRetriesTest.swift#L508
File Length Violation: File should contain 400 lines or less: currently contains 508 (file_length)
SwiftLint: Tests/ConfidenceProviderTests/FlagApplierWithRetriesTest.swift#L67
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Tests/ConfidenceProviderTests/FlagApplierWithRetriesTest.swift#L8
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 328 lines (type_body_length)
SwiftLint: Sources/ConfidenceProvider/Cache/CacheDataActor.swift#L26
Vertical Whitespace before Closing Braces Violation: Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
SwiftLint: Sources/ConfidenceProvider/Cache/Models/CacheData.swift#L39
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
SwiftLint: Sources/ConfidenceProvider/Cache/Models/CacheData.swift#L119
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
SwiftLint: Tests/ConfidenceProviderTests/ConfidenceFeatureProviderTest.swift#L8
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/ConfidenceProvider/Apply/FlagApplierWithRetries.swift#L60
Multiline Function Chains Violation: Chained function calls should be either on the same line, or one per line (multiline_function_chains)
SwiftLint: Sources/ConfidenceProvider/ConfidenceFeatureProvider.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)