Skip to content

Allow Custom Headers #1080

Allow Custom Headers

Allow Custom Headers #1080

Triggered via pull request November 3, 2023 21:36
Status Success
Total duration 3m 33s
Artifacts

tests.yml

on: pull_request
linter-check
36s
linter-check
pod-spec-lint
2m 7s
pod-spec-lint
Yaml linting check
5s
Yaml linting check
Matrix: integration_tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
linter-check: Demos/PerfectDemo/Sources/PerfectTemplate/main.swift#L27
Blanket Disable Command Violation: The disabled 'force_try' rule was already disabled (blanket_disable_command)
linter-check: Demos/PerfectDemo/Sources/PerfectTemplate/main.swift#L27
Blanket Disable Command Violation: The disabled 'force_try' rule should be re-enabled before the end of the file (blanket_disable_command)
linter-check: Sources/MeiliSearch/Model/Task/TaskType.swift#L28
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
linter-check: Sources/MeiliSearch/Model/Task/TaskDetails.swift#L16
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 13 (cyclomatic_complexity)
linter-check: Tests/MeiliSearchUnitTests/MockURLSession.swift#L15
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
linter-check: Tests/MeiliSearchUnitTests/MockURLSession.swift#L15
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
linter-check: Tests/MeiliSearchUnitTests/MockURLSession.swift#L19
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
linter-check: Tests/MeiliSearchUnitTests/MockURLSession.swift#L19
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
linter-check: Tests/MeiliSearchUnitTests/DocumentsTests.swift#L202
Line Length Violation: Line should be 200 characters or less; currently it has 346 characters (line_length)
linter-check: Tests/MeiliSearchIntegrationTests/SettingsTests.swift#L328
Switch and Case Statement Alignment Violation: Case statements should vertically aligned with their closing brace (switch_case_alignment)