Fixes for CUD operations #18
test.yml
on: push
Lint Code
19s
Build
27s
Matrix: Run Tests
Annotations
11 errors and 3 warnings
|
Lint Code
issues found
|
|
Lint Code:
pkg/restheadspec/headers.go#L108
File is not properly formatted (gofmt)
|
|
Lint Code:
pkg/restheadspec/handler.go#L1582
nilValReturn: returned expr is always nil; replace data with nil (gocritic)
|
|
Lint Code:
pkg/restheadspec/handler.go#L1146
unnamedResult: consider giving a name to these results (gocritic)
|
|
Lint Code:
pkg/restheadspec/handler.go#L784
ifElseChain: rewrite if-else to switch statement (gocritic)
|
|
Lint Code:
pkg/reflection/model_utils.go#L93
equalFold: consider replacing with strings.EqualFold(field.Name, "id") (gocritic)
|
|
Lint Code:
pkg/common/recursive_crud.go#L414
commentFormatting: put a space between `//` and comment text (gocritic)
|
|
Lint Code:
pkg/common/recursive_crud.go#L411
commentFormatting: put a space between `//` and comment text (gocritic)
|
|
Run Tests (1.24.x)
Process completed with exit code 1.
|
|
Run Tests (1.23.x)
The strategy configuration was canceled because "test._1_24_x" failed
|
|
Run Tests (1.23.x)
The operation was canceled.
|
|
Lint Code
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
|
Build
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
|
Run Tests (1.23.x)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|