feat(fields): read/set all the fields from the given struct #152
Annotations
6 errors and 1 warning
fields/iterate.go#L121
fields/iterate.go:121: Line contains TODO/BUG/FIXME: "TODO add tests with setting nested field..." (godox)
|
internal/reflect/iterate.go#L157
`if result.set` has complex nested blocks (complexity: 5) (nestif)
|
internal/reflect/iterate.go#L153
calculated cyclomatic complexity for function iteratePtrStruct is 11, max is 10 (cyclop)
|
fields/iterate_test.go#L96
calculated cyclomatic complexity for function TestIterate is 21, max is 10 (cyclop)
|
internal/reflect/get_set.go#L115
directive `//nolint:cyclop` is unused for linter "cyclop" (nolintlint)
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading