Use GITHUB_TOKEN authentication on workflows #1125
tests.yml
on: pull_request
linter-check
29s
pod-spec-lint
2m 33s
Yaml linting check
3s
Matrix: integration_tests
Annotations
12 warnings
Yaml linting check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linter-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/SearchTests.swift#L199
Optional Data -> String Conversion Violation: Prefer failable `String(bytes:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
|
linter-check:
Tests/MeiliSearchIntegrationTests/SearchTests.swift#L232
Optional Data -> String Conversion Violation: Prefer failable `String(bytes:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
|
linter-check:
Tests/MeiliSearchIntegrationTests/KeysTests.swift#L256
Blanket Disable Command Violation: The enabled 'force_unwrapping' rule was not disabled (blanket_disable_command)
|
linter-check:
Tests/MeiliSearchIntegrationTests/SettingsTests.swift#L332
Switch and Case Statement Alignment Violation: Case statements should vertically aligned with their closing brace (switch_case_alignment)
|
linter-check:
Tests/MeiliSearchIntegrationTests/SettingsTests.swift#L336
Switch and Case Statement Alignment Violation: Case statements should vertically aligned with their closing brace (switch_case_alignment)
|