mirror of https://github.com/pulumi/pulumi.git
79ffe88b6d
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, ^ ``` |
||
---|---|---|
.. | ||
lifecycletest | ||
deployment.go | ||
destroy.go | ||
detailedDiff.go | ||
detailedDiff_test.go | ||
doc.go | ||
engine.go | ||
errors.go | ||
events.go | ||
events_test.go | ||
eventsink.go | ||
import.go | ||
journal.go | ||
plugin_host.go | ||
plugins.go | ||
plugins_test.go | ||
project.go | ||
query.go | ||
refresh.go | ||
snapshot.go | ||
update.go | ||
update_test.go |