Support depending on a skipped step #379
Annotations
10 errors and 1 warning
lint:
internal/flightplan/step_variable.go#L47
Error return value is not checked (errcheck)
|
lint:
internal/flightplan/scenario_step.go#L558
unnecessary trailing newline (whitespace)
|
lint:
internal/flightplan/matrix.go#L192
S1009: should omit nil check; len() for []github.com/hashicorp/enos/internal/flightplan.Element is defined as zero (gosimple)
|
lint:
internal/flightplan/matrix.go#L640
S1009: should omit nil check; len() for []*github.com/hashicorp/enos/internal/flightplan.Exclude is defined as zero (gosimple)
|
lint:
internal/flightplan/scenario.go#L137
S1009: should omit nil check; len() for []*github.com/hashicorp/enos/internal/flightplan.Exclude is defined as zero (gosimple)
|
lint:
internal/flightplan/terraform_setting.go#L485
S1009: should omit nil check; len() for map[string]github.com/zclconf/go-cty/cty.Value is defined as zero (gosimple)
|
lint:
internal/flightplan/terraform_setting.go#L494
S1009: should omit nil check; len() for map[string]map[string]github.com/zclconf/go-cty/cty.Value is defined as zero (gosimple)
|
lint:
internal/generate/generate.go#L331
S1009: should omit nil check; len() for map[string]github.com/zclconf/go-cty/cty.Value is defined as zero (gosimple)
|
lint:
internal/flightplan/funcs/collection.go#L271
printf: non-constant format string in call to github.com/zclconf/go-cty/cty/function.NewArgErrorf (govet)
|
lint:
internal/flightplan/scenario_step.go#L510
continue with no blank line before (nlreturn)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading