Add first golang-only test #2236
Annotations
10 errors and 2 warnings
Yetus:
pkg/defaults/templates.go#L432
revive: comment on exported const DefaultActivateShTemplate should be of the form "DefaultActivateShTemplate ..." https://revive.run/r#exported
|
Yetus:
pkg/defaults/templates.go#L532
revive: exported const DefaultActivateCshTemplate should have comment or be unexported https://revive.run/r#exported
|
Yetus:
pkg/evetestkit/utils.go#L735
revive: exported function NewTestContextFromConfig should have comment or be unexported https://revive.run/r#exported
|
Yetus:
pkg/evetestkit/utils.go#L780
revive: exported function InitilizeTestFromConfig should have comment or be unexported https://revive.run/r#exported
|
Yetus:
pkg/openevec/config.go#L28
revive: exported type EClientConfig should have comment or be unexported https://revive.run/r#exported
|
Yetus:
pkg/openevec/config.go#L374
revive: if block ends with a return statement, so drop this else and outdent its block https://revive.run/r#indent-error-flow
|
Yetus:
pkg/openevec/config.go#L379
revive: exported function WriteConfig should have comment or be unexported https://revive.run/r#exported
|
Yetus:
pkg/openevec/config.go#L430
revive: exported function PrintDifferences should have comment or be unexported https://revive.run/r#exported
|
Yetus:
pkg/openevec/defaults.go#L210
revive: exported function GetDefaultPodConfig should have comment or be unexported https://revive.run/r#exported
|
Yetus:
pkg/testcontext/testContext.go#L141
golangcilint: invalid operation: cannot compare tc.Cloud == nil (operator == not defined on untyped nil) (typecheck)
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "yetus-scan".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading