Update release-draft-template.yml #1075
tests.yml
on: push
linter-check
48s
pod-spec-lint
1m 31s
Yaml linting check
5s
Matrix: integration_tests
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/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:
Tests/MeiliSearchUnitTests/KeysTests.swift#L50
Blanket Disable Command Violation: The enabled 'force_unwrapping' rule was not disabled (blanket_disable_command)
|
linter-check:
Tests/MeiliSearchUnitTests/SearchTests.swift#L114
Force Try Violation: Force tries should be avoided (force_try)
|
linter-check:
Tests/MeiliSearchUnitTests/SearchTests.swift#L83
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
linter-check:
Tests/MeiliSearchUnitTests/SearchTests.swift#L111
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
linter-check:
Tests/MeiliSearchUnitTests/SearchTests.swift#L116
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
linter-check:
Tests/MeiliSearchUnitTests/SearchTests.swift#L119
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|