feat: implement custom state check #130
Annotations
4 errors and 5 warnings
Lint:
internal/controller/request/response_check.go#L43
cyclomatic complexity 11 of func `(*DefaultResponseCheck).compareResponseAndDesiredState` is high (> 10) (gocyclo)
|
Lint:
internal/controller/request/observe_test.go#L431
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
Lint:
internal/controller/request/observe_test.go#L651
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
Lint
issues found
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2, actions/cache@v2, 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/
|
Post Lint
Unexpected input(s) 'skip-go-installation', valid inputs are ['version', 'args', 'working-directory', 'github-token', 'only-new-issues', 'skip-cache', 'skip-pkg-cache', 'skip-build-cache', 'install-mode']
|
Lint
Unexpected input(s) 'skip-go-installation', valid inputs are ['version', 'args', 'working-directory', 'github-token', 'only-new-issues', 'skip-cache', 'skip-pkg-cache', 'skip-build-cache', 'install-mode']
|
Find the Go Build Cache
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading