Update version for the next release (v0.16.0) #1095
tests.yml
on: pull_request
linter-check
45s
pod-spec-lint
16s
Yaml linting check
5s
Matrix: integration_tests
Annotations
4 errors and 10 warnings
integration-tests on ubuntu-20.04
Process completed with exit code 1.
|
integration-tests on macos-latest
The job was canceled because "ubuntu-20_04" failed.
|
integration-tests on macos-latest
A task was canceled.
|
pod-spec-lint
Process completed with exit code 1.
|
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:
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:
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:
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/MeiliSearchIntegrationTests/KeysTests.swift#L256
Blanket Disable Command Violation: The enabled 'force_unwrapping' rule was not disabled (blanket_disable_command)
|
linter-check:
Tests/MeiliSearchUnitTests/DocumentsTests.swift#L202
Line Length Violation: Line should be 200 characters or less; currently it has 346 characters (line_length)
|