pulumi/pkg/engine/lifecycletest
Abhinav Gupta 79ffe88b6d
ci(lint): Upgrade to latest golangci-lint (#13847)
Upgrade to latest version of golangci-lint
and fix or opt-out the issues it caught.

The false positives are:

```
sdk/go/common/workspace/plugins_test.go:512:3: G101: Potential hardcoded credentials (gosec)
pkg/resource/deploy/builtins.go:180:2: G101: Potential hardcoded credentials (gosec)
```

The fixed issues are:

```
pkg/resource/deploy/deploytest/pluginhost.go:440:16: G601: Implicit memory aliasing in for loop. (gosec)
                        Version:    &v.version,
                                    ^
pkg/engine/lifecycletest/alias_test.go:58:25: G601: Implicit memory aliasing in for loop. (gosec)
                        DeleteBeforeReplace: &r.deleteBeforeReplace,
                                             ^
```
2023-08-31 18:26:04 +00:00
..
alias_test.go ci(lint): Upgrade to latest golangci-lint (#13847) 2023-08-31 18:26:04 +00:00
analyzer_test.go Fix spelling in 'lifecycletest' package name. (#9939) 2022-06-22 23:18:17 -04:00
delete_before_replace_test.go Send old inputs to diff and update 2023-06-21 21:04:50 +01:00
golang_sdk_test.go Add ConstructInfo to deploytest 2023-07-25 09:03:48 +01:00
import_test.go [engine] Add support for source positions 2023-07-10 14:35:40 -07:00
pending_delete_test.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
provider_test.go Add ConstructInfo to deploytest 2023-07-25 09:03:48 +01:00
pulumi_test.go Extend unknown providers test to cover Construct 2023-07-25 17:13:28 +01:00
refresh_test.go [engine] Add support for source positions 2023-07-10 14:35:40 -07:00
resource_reference_test.go all: Drop //nolint:goconst 2023-03-09 11:15:21 -08:00
step_generator_test.go [engine] Add support for source positions 2023-07-10 14:35:40 -07:00
target_test.go Test and fix --target-dependents 2023-07-24 22:02:06 +01:00
test_plan.go [snapshot] Add diff benchmarks and more tests 2023-05-10 17:13:20 -07:00
update_plan_test.go Send old inputs to diff and update 2023-06-21 21:04:50 +01:00